Cordova-sqlite-storage. running tests from shell. Cordova-sqlite-storage

 
 running tests from shellCordova-sqlite-storage sqlite SQLiteExample cd SQLiteExample

It's hacky, but it would work. 1. Right-click Solution icon in Solution Explorer > Add > Existing Project. xml (this is automatic starting with Cordova 7. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Add the plugin cordova plugin add cordova-plugin-sqlite. but, the --link is broken as he said. 32. litehelpers / Cordova-sqlite-storage / issues; litehelpers / Cordova-sqlite-help; Please include the information described above otherwise. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. pnpm install --save @capacitor-community/sqlite pnpm install --save @jeep-sqlite pnpm install --save sql. This application will have offline functionality also. Once you do that. WP8 is supported along with Windows 8. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. My NPM install was this: ionic cordova plugin add cordova-sqlite-storage npm install @ionic-native/sqlite //Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. . Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Wed, 30 Nov 2016 20:18:45 GMT. The configuration of Ionic Storage and sqlite is in the docs (the API - Angular example): IonicStorageModule. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Teams. Latest version: 6. sqlitePlugin, falling back to openDatabase if available. my. cordova-sqlite-ext - It is an extended version that consists of some additional features such as. Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, macOS, and Windows 10 (UWP), with API similar to HTML5/Web SQL API. You state here that we should use synchronize:true although the guide is advising against using it in production. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. A workaround: If you have an ID column that is auto-incremented, you could use the following SQL to get the last entry. GoogleMaps @ ~> 3. 1. (I think it is about 5MB). I need some help with cordova-plugin-file to backup a database used by cordova-sqlite-storage in Windows 10 App. 2. 0. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. I too am having issues opening a Database. importPrepopulatedDatabase({file: "movies. Teams. There are 51 other projects in the npm registry using cordova-sqlite-storage. Instalar las siguientes librerías. storesafe/cordova-sqlite-storage-starter-app project is a CC0 (public domain) starting point and may also be used to reproduce issues with this plugin. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - Lars-P/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL APINative interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - Pol7/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlit. 0. 2. 1. $ npm install @ionic/storage $ npm install @ionic/storage-angular $ npm install cordova-sqlite-storage $ npm install localforage. 0. 3. └────╼ ionic cordova build android > ionic-app-scripts build --target cordova --platform android > cordova build android 9. Note: Also application works well only on Google Pixel 3a which is working on Android 11. Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows "Universal" (8. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 0. Installation. Q&A for work. 1. The window object was printed in the console, but not everything. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. This can be used for platforms that don't. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - GoTouch-TEC/Cordova-sqlite-storage: A Cordova. forRoot ( { name: '__mydb', driverOrder: ['indexeddb', 'sqlite', 'websql'] }) ], Either way, you are likely to have dual existence of Cordova and Capacitor in the app for a while, until you are sure all data of all apps @ users are migrated. 0 * use cordova-sqlite-storage-dependencies@2. 0, last published: 9 months ago. We are going to work with Ionic 4 Native SQLite plugin, and It is a robust plugin for storing the data and primarily used with Ionic framework. npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. Database can be copied in both directions (backup and restore). 0, last published: 10 months ago. Note: The Capacitor SQLite plugin will add a specific name (SQLite. 0 is already installed and was not. 0. 1. ConclusionThis code will create a SQLite database file named employees. As of now there is no support for SQLite DB in Chrome, but fortunately there is another SQL DB available called “WebSQL” which has almost all the apis similiar to that of “cordova-sqlite-storage” . A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. Add a comment | 1 Answer Sorted by: Reset to default 0 you are creating the database twice with different versions (2. Here you can see the list of plugins that are available with a capacitor. There are a number of community-maintained SQLite plugins that should work in Capacitor, including capacitor-sqlite and cordova-plugin-sqlite. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 0 I had to do the following to the project. To work out what options to. Adding it to the project Installing "cordova-sqlite-storage" for ios Failed to install 'cordova-sqlite-storage': CordovaError: Using "requireCordovaModule" to load non-cordova module "q" is not supported. ts to add IonicStorageModule as an import:Error: Plugin "cordova-plugin-xunfeiListenSpeaking" is not present in the project. 3 amalgamation needed to build iOS, macOS, and Windows platforms. Latest version: 6. name123456789 name123456789. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. Storage is the easiest way to save key/value pairs of data or Json objects. 1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API - GitHub - jianbo1124/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. 7, last published: 2 years ago. cordova-sqlite-storage. net. 5. Add support for cordova-sqlcipher-adapter. 1. Additionally, Ionic Secure Storage has a driver that works with the key/value API in @ionic/storage while providing encryption and SQLite support. 0, last published: a year ago. 1) (with permissive licensing terms) Adaptation for React Native Android and iOS: andpor / react-native-sqlite-storagecapacitor-data-storage-sqlite . 0 and add this line in your config. My target platform is mainly Android and iOS. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. sqlitePlugin. ; This plugin is NOT supported by PhoneGap. There are 3 other projects in the npm registry using cordova-plugin-sqlite-2. 1k. plugins. Latest version: 6. 1. The main differences are: It is available with support for the Windows platform. 0, last published: 10 months ago. It is deprecated. 32. 3 update * enable RENAME table with view test From December 2019 SQLite crash report, fixed in 2020 * cordova-sqlite-storage 5. 1. Integration with PhoneGap developer app; Use within InAppBrowser; Use within an iframe (see xpbrew/cordova-sqlite-storage#368 (comment)) Date/time handling Note that there is limitation to the amount of storage using the standard approach. 3 for browser platform. Latest version: 1. Use in a single app under the same license as Cordova-sqlite-storage and cordova-sqlite-ext for (US) $500 discounted to $300 until the end of June 2016; Use in unlimited apps by an individual developer or single company for (US) $3000 discounted to $1800 until the end of June 2016; Contact sales@litehelpers. There are 4 other projects in the npm registry using cordova-sqlite-storage-dependencies. net. Available under GPL. From discussions in danielsogl/awesome-cordova-plugins#881 & storesafe/cordova-sqlite-storage-help#26 I have identified a desire for a pure-JavaScript solution for pre-populated databases, with further discussion in #683. Sign up for free to join this conversation on GitHub . Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, macOS, and Windows 10 (UWP), with API similar to HTML5/Web SQL API. It is available in the following variations: cordova-sqlite-storage - core version that includes its own sqlite3 implementation. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Create SQLite database on sdcard in ionic3. If you are using local storage to save data, i. 1. cordova-sqlite-storage - core version that includes its own sqlite3 implementation. 1. 5. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - CheBo75/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sq. There are 47 other projects in the npm registry using cordova-sqlite-storage. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 0. 0, last published: a month ago. There are 51 other projects in the npm registry using cordova-sqlite-storage. Latest version: 6. Connect and share knowledge within a single location that is structured and easy to search. config() or . How to save a data array object to ionic SQlite storage (TypeScript, Angular 5, Ionic 3) 0. xml for automatic installation. A SQLite database is a full regular. There are 51 other projects in the npm registry using cordova-sqlite-storage. License terms for Android and Windows platform versions: MIT or Apache 2. It is key-value based access but uses SQLite underneath by default. 0 on Android & Windows) cordova-sqlite-ext - with extra features including BASE64 (SELECT BLOB in Base64 format), REGEXP, and pre-populated databases The SQLite plugin provides an API virtually identical to WebSQL described above. 0. It is the same plugin we used in the Ionic Framework 1 tutorial and it can be added via the following: ionic plugin add cordova-sqlite-storage. cordova platform add android cordova plugin add cordova-sqlite-storage. Latest version: 6. Go into your cordova "plugins" folder. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 1. Asking for help, clarification, or responding to other answers. 2 with SQLite 3. However, this doesn't seem to work. Latest version: 6. No storage limits using PouchDB + Cordova-sqlite-storage? 1 "big" attachement over pouchdb with sqlite froze. Looking more closely at this problem. 0 * use cordova-sqlite-storage-dependencies@2. SQLCipher License Information. Ionic Native SQLite Storage — Browser Development and Testing Setup. Pass the key required by the database to localforage by passing a dbKey property to the . Only I found some rest api and an. Improve this answer. Latest version: 6. at ChildProcess. The issue is with the usage of cordova based SQLite plugin. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 1)/Amazon Fire-OS/WP(7/8) with. 0, last published: 10 months ago. 1), Amazon Fire-OS, and WP(7/8) versions: MIT or Apache 2. json contains the cordova plugin, I did a fresh npm i to ensure everything is present. In 3. 0. 1. createInstance() methods, or if using ionic-storage by passing dbKey via IonicStorageModule in your NgModule. Learn More or if you're interested in an enterprise version of this plugin Contact Us. 1. But when I add cordova-sqlite-storage plugin. 1. 0. Share. Follow answered Jul 25, 2019 at 14:46. 9 $ cordova plugin list cordova-plugin-whitelist 1. createInstance() methods, or if using ionic-storage by passing dbKey via IonicStorageModule in your NgModule. IMPORTANT NOTE: The plugins were added using the --save flag to ensure that they would be tracked in config. ionic 4: Native: tried accessing the SQLite plugin but it's not installed. Learn more about TeamsCordova SQLite Plugin 2. . 0. There are 51 other projects in the npm registry using cordova-sqlite-storage. 0npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. It supports iOS, Android & Windows platforms. Add support for cordova-sqlcipher-adapter. Does TypeORM support sqlite migrations?Contribute to ADDWARE/cordova-sqlite-storage development by creating an account on GitHub. 1. db in src/assets/ but maybe it’s not the right path? home. There are 47 other projects in the npm registry using cordova-sqlite-storage. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Found answer on # storesafe/cordova-sqlite-storage#954 👍 6 breautek, lucasbasquerotto, sebaferreras, Sulorb, Vogt-Land24, and Motoralfa reacted with thumbs up emoji ️ 2 Vogt-Land24 and Motoralfa reacted with heart emoji 🚀 1 Motoralfa reacted with rocket emojiA Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. There are 51 other projects in the npm registry using cordova-sqlite-storage. This Cordova/Phonegap plugin can be used to import/export to/from a SQLite database using either SQL or JSON. In this tutorial, we will learn how to create Ionic Angular CRUD application and implement SQLite Native plugin to store the data in the SQLite Database. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Be aware that you'll not be able to use sqlite in web browsers, only in emulators or in actual device (in case you need sqlite like support in web browsers, you'll need to support the opening of the database to be Sqlite in mobile, and WebSql. I installed it with this command : ionic start SWMG blank -app-name="NewProject" Secondly I tryed to a…1. my. netThis project provides the following dependencies needed to build storesafe/cordova-sqlite-storage: sql-asm-memory-growth. There are 47 other projects in the npm registry using cordova-sqlite-storage. improve API - redesign - IN. License for Android, Windows "Universal" (8. Latest version: 6. 1), Amazon Fire-OS, and WP(7/8) versions: MIT or Apache 2. There are 46 other projects in the npm registry using cordova-sqlite-storage. 0, last published: 5 years ago. CHANGELOG v1. Its adapter name is. remove(“mydb. To use them, you must install them separately into your Cordova application, and then add a special third-party PouchDB adapter called pouchdb-adapter-cordova-sqlite. Then create a class that will be used to initialize and manage your database. Latest version: 6. We will create the Create, Read, Update and Delete operation to manage the data in the database. Unit tests. Now, if I add 'cordova-sqlite-storage' plugin which I have to use for data storage of Cordova/ionic app the native iOS chat framework stops working and I'm not able to send and receive the messages. Already have an account?Moodle for mobile Android by 1 Aug 19, Get apps ready for 64-bit requirementCordova SQLite Storage: 6. Available under GPL. localStorage and Storage in ionic 2 which is better? 7. db was created and opened and also the people table was created successfully. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. CAPACITOR 3 Capacitor Data Storage SQlite Plugin can be used in several frameworks, either through its own API or through Wrappers or Hooks. PouchDB adapter using native Cordova SQLite as its backing store. . npm install --save [email protected] option for Android and Windows platforms. FollowThe most widely supported option is SQLite. As such, we scored cordova-sqlite-storage popularity level to be Popular. 1 and Android 9 #855. Go ahead and run: 1. Installing "cordova-plugin-youtube-video-player" for android Installing "cordova-sqlite-storage" for android installing external dependencies via npm npm install of external dependencies ok Failed to install 'cordova-sqlite-storage. xml. It works with any one of the following Cordova plugins: Cordova-sqlite-storage; cordova-plugin-sqlite-2; cordova-plugin-websql; This adapter looks for a global cordova. cordova-plugin-sqlite-2: a fork of the previous plugin with extra features. Latest version: 6. Unit testing is done in spec. Adding it to the project Installing "cordova-sqlite-storage" for ios Failed to install 'cordova-sqlite-storage': CordovaError: Using "requireCordovaModule" to load non-cordova module "q" is not supported. Latest version: 6. License for iOS version: MIT only. Yes, it is possible to use Cordova plugins with Capacitor. There are 47 other projects in the npm registry using cordova-sqlite-storage. Cordova/PhoneGap sqlite storage adapter (core version) Native interface to sqlite in a Cordova/PhoneGap plugin for Android and iOS, with API similar to HTML5/Web SQL API. Native SQLite component with API based on HTML5/Web SQL (DRAFT) API for the following platforms: Android; iOS; macOS ("osx" platform) Windows 10 (UWP) DESKTOP and MOBILE (see below for major limitations); LICENSE: MIT, with Apache 2. So we will be adding a fallback which checks if Sqlite Plugin is available or not. Step 1: Install Ionic Application Step 2: Install SQLite Storage Plugin Step 3: Access Storage API in Ionic Step 4: Set Key/Value Step 5: Get Key/Value Step 6: Remove Storage Value Step 7: Get All Stored Keys Step 8: Test Application Install Ionic Application First and foremost thing, install Ionic CLI tool: sudo npm install -g @ionic/cli Cordova SQLite Storage Plugin This Cordova/PhoneGap plugin uses SQLite databases on Android, iOS and Windows with an HTML5/Web SQL API. pouchdb-adapter-cordova-sqlite. 0 * use cordova-sqlite-storage-dependencies@2. parrycima parrycima. Latest version: 6. * general cordova-sqlcipher-adapter doc updates (before upcoming merge) * cordova-sqlcipher-adapter 0. 0, last published: a year ago. e. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. sqlite3. Using TypeORM in a Cordova project. Use this online cordova-sqlite-storage playground to view and fork cordova-sqlite-storage example apps and templates on CodeSandbox. Also make sure to. To get the best storage solution on a device we now need to add a new Cordova plugin which will allow access to the SQLite storage which Ionic Storage will then use internally. I decided to utilize the Ionic Native and Cordova sqlite plugins to create and access a SQLite database on the device to store my apps data. cordova-sqlite-storage - core version that includes its own sqlite3 implementation. </. install latest patch of this plugin (2. License. First, install the SQLite Cordova plugin with this command: $ cordova plugin add cordova-sqlite-storage --save. 1 * remove incorrect Android. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 3 update * enable RENAME table with view test From December 2019 SQLite crash report, fixed in 2020 * cordova-sqlite-storage 5. Keep that in mind especially for the Android DB which you directly extract from the device using the ADB shell. After deploying the app on real device data. 0 for production use and Im using brodysoft sqlite plugin to store all the data in my applications then after uploading the applicat. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 3 "Cordova sqlite storage plugin"Hola, aprenderemos como implementar SQLite en ionic capacitor, para este ejemplo iniciaremos un nuevo proyecto. . 1. Then install Storage. 1. If it was possible to add this and you were using localForage-cordovaSQLiteDriver you could then pass in a location id as found in the underlaying cordova-sqlite-storage package (see below):. There are 46 other projects in the npm registry using cordova-sqlite-storage. Saved searches Use saved searches to filter your results more quicklyThanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Include your pre-populated SQLite database file in the directory of your Cordova project. Therefore, to simplify things, we removed the cordova-sqlcipher-adapter and added the cordova-sqlite-storage plugin to ensure no issues were raised from the cipher aspect. I am trying to create simple database and insert one record inside it then retrieve that record by SELECT Query. We're using cordova-sqlite-storage and noticed that if there's a problem opening the connection to the database when SQLiteGlueConnection is created then a NullPointerException is thrown. Open brodybits mentioned this issue May 12, 2017. Appropriate Local Storage for Ionic 3. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 1 * remove incorrect Android. In addition brodybits/cordova-sqlite-test-app may be used to reproduce issues with other versions of this plugin. 1. running tests from shell. . Cordova/PhoneGap sqlite storage plugin. and. 17. There are 47 other projects in the npm registry using cordova-sqlite-storage. Following is the log from the Xcode :So you need to update your version of cordova-sqlite-storage plugin: cordova plugin rm cordova-sqlite-storage && cordova plugin add cordova-sqlite-storage@latest cordova-plugin-googlemaps depends on GoogleMaps @ ~> 2. xml to using package. db”. Available under GPL. Step 1: Create a new PhoneGap / Apache Cordova Project. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - benydc/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sql. * general cordova-sqlcipher-adapter doc updates (before upcoming merge) * cordova-sqlcipher-adapter 0. 0. Improve this answer. brodybits mentioned this issue on May 16, 2019. thanks. 0 option for Android and Windows platforms. I’m going to detail how to set up the plugins for. 1. Additional limitations are tracked in cordova-sqlite-help doc-todo issues, cordova-sqlite-storage doc-todo issues, and cordova-sqlcipher-adapter doc-todo issues. ionic start ionic-sqlite-app blank --type=angular cd ionic-sqlite-app/ npm install cordova-sqlite-storage npm install @awesome-cordova-plugins/sqlite ionic cap sync ionic serve or maybe I’m not supposed to open it in the browser? Also, I’ve created the data. Contribute to leoallvess/cordova-sqlite-storage development by creating an account on GitHub. json and be sure you have "cordova-sqlite-storage": "6. it is an interface and not an provider you can importTry to install it: npm install cordova-sqlite-storage --save. I tried adding old Storage and SQLStorage typescript files from Old Ionic 2. I am currently on cordova-android: 10. Using TypeORM in a Cordova project. 0, last published: 8 months ago. 0). Do you have any idea, how can I fix this? Thanks! :) android; sqlite; cordova; Share. This is a common plugin version branch which supports the most widely used features and serves as the basis for other plugin versions. 8Basically you need to use the plugin cordova-sqlite-ext. createInstance () methods, or if using ionic-storage by passing via. We can easily do basic CRUD operations on data like Create, Retrieve, Update or Delete Data table rows. 1. Pouchdb - Open database failed on android 12. Let’s install the fork with: $ ionic plugin add cordova-plugin-sqlite-2 Adding PouchDB. db is not initialized to anything when the SQLException is thrown. db to the database name. 1. There are 51 other projects in the npm registry using cordova-sqlite-storage. In fact, this feature was in this project, but it was moved to Cordova-sqlite-ext (they are from the same creator). There are a number of community-maintained SQLite plugins that should work in Capacitor, including capacitor-sqlite and cordova-plugin-sqlite. I using ionic hybrid app development. 6 / open xcode with the . 1. License terms for Android and Windows platform versions: MIT or Apache 2. 0, last published: 8 months ago. A one-time migration must be performed to move to a new, encrypted database powered by Ionic Secure Storage. Plugin "cordova-sqlite-storage" already installed on browser. It is a storage. So, question still stands: where is the data stored (when the sqlite plugin is installed or when WebSQL is installed)? –A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - anubhavs19/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL APIMove from std api to sqlite storesafe/cordova-sqlite-storage-help#18. . . use [email protected]. 0, last published: 10 months ago. litehelpers / Cordova-sqlite-storage / issues; litehelpers / Cordova-sqlite-help; Please include the information described above otherwise. 1. jsThere are various Cordova plugins that can provide access to native SQLite, such as Cordova-sqlite-storage, cordova-plugin-sqlite-2, or cordova-plugin-websql. Install sqlite storage plugin ionic cordova plugin add cordova-sqlite-storage. litehelpers / Cordova-sqlite-storage / issues; litehelpers / Cordova-sqlite-help; Please include the information described above otherwise. Professional support is available, please contact: sales@litehelpers. There are 51 other projects in the npm registry using cordova-sqlite-storage. Native SQLite component with API based on HTML5/Web SQL (DRAFT) API for the following platforms: Android; iOS; macOS ("osx" platform) Windows 10 (UWP) DESKTOP and MOBILE (see below for major limitations); LICENSE: MIT, with Apache 2. json to configure the plugins and platforms. 1. In your case for SQLite you need to first install the dependencies for both Angular and Cordova: npm install @ionic/storage --save. Make sure to import the provider into the src/app/app. sqliteporter ionic cordova. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - davidstoneham/Cordova-sqlite-storage: A. We also need to add the Apache Cordova SQLite plugin. 0”, “cordova-sqlite-storage”: “^6. 1. It supports iOS. Modified 6 years, 3 months ago.