Cordova-sqlite-storage. Connect and share knowledge within a single location that is structured and easy to search. Cordova-sqlite-storage

 
 Connect and share knowledge within a single location that is structured and easy to searchCordova-sqlite-storage 1) sisdevsoftware mentioned this issue

Issue #460; v3. Does TypeORM support sqlite migrations?Contribute to ADDWARE/cordova-sqlite-storage development by creating an account on GitHub. 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. Pass the key required by the database to localforage by passing a dbKey property to the . createInstance () methods, or if using ionic-storage by passing via. Latest version: 6. ToDo or Notes App For F7 - Template/Example?npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. Much simpler to develop and test than using file for example. To run the tests from *nix shell, simply. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. I'm using the cordova-sqlite-storage plugin. There are a number of community-maintained SQLite plugins that should work in Capacitor, including capacitor-sqlite and cordova-plugin-sqlite. 0 for production use and Im using brodysoft sqlite plugin to store all the data in my applications then after uploading the applicat. Local storage is persistent whereas session storage gets deleted when the app quits. I need some help with cordova-plugin-file to backup a database used by cordova-sqlite-storage in Windows 10 App. do cordova platform rm android and cordova platform add [email protected] is a plugin that allows you to use SQLite database on different platforms, such as browser, Android, iOS, and desktop. 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. The issue is with the usage of cordova based SQLite plugin. Learn more about TeamsLocal storage vs Cordova-sqlite-storage. 30. db) to your database file, so if your database name is “product-db” (like in my JSON), the file on your device would be called “product-dbSQLite. 1. ts file and add it to the providers array. Latest version: 2. I am unable to run the SQLite native plugin with ionic server through the browser. cI am using ionic-v3 and sqlite plugin. You state here that we should use synchronize:true although the guide is advising against using it in production. 0. 0, last published: 10 months ago. There are 47 other projects in the npm registry using cordova-sqlite-storage. 0. Ionic Native SQLite Storage — Browser Development and Testing Setup. In Ionic’s Angular, we use Native wrapper to access SQLite storage in a native device. config. The SQLite plugin provides an API virtually identical to WebSQL described above. 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. Please review the existing documentation very carefully, still needs to be clarified for the sake of newcomers (storesafe/cordova-sqlite-storage-help#33). My target platform is mainly Android and iOS. $ ionic plugin add cordova-sqlite-storage. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Install your npm packages for your project, npm i, Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. We can easily do basic CRUD operations on data like Create, Retrieve, Update or Delete Data table rows. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 8. dbname]); where SQLitePlugin is the native class name and close is the native function name. Cordova create SQLiteExample com. It is available in the following variations: cordova-sqlite-storage - core version that includes its own sqlite3 implementation. If you don't have complex queries in your application and simple storage only then you can use storage API. 0 For storing large amounts of data and accessing it in a high performance way, there are a few options. $ npm install cordova-sqlite-storage $ npm install @awesome-cordova-plugins /sqlite $ ionic cap sync. 1)/Amazon Fire-OS/WP(7/8) with. 7. As seen below, this. ConclusionThis code will create a SQLite database file named employees. Follow answered Jul 25, 2019 at 14:46. For the web, none of these will work and you’d have to find a different solution. Latest version: 6. 0. 9 $ cordova plugin list cordova-plugin-whitelist 1. Add support for cordova-sqlcipher-adapter. 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. So we will be adding a fallback which checks if Sqlite Plugin is available or not. SQLite3 Native Plugin for React Native for both Android (Classic and Native), iOS and Windows. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. sqlitePlugin is undefined. License terms for Android and Windows platform versions: MIT or Apache 2. cordova-sqlite-storage. insightmichael May 31, 2017, 12:19pm 8. you can just remove the node modules directly or by using the command. There are 51 other projects in the npm registry using cordova-sqlite-storage. 1 Cordova/PhoneGap sqlite storage plugin Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, macOS, and Windows 10 (UWP), with API similar to HTML5/ Web SQL (DRAFT) API. Pouchdb - Open database failed on android 12. So that developers will understand which data is actually getting displayed to the end users. A SQLite database is a full regular. There are 51 other projects in the npm registry using cordova-sqlite-storage. 0 & 2. g. 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. cordova-sqlite-ext - extended version with additional features including REGEXP support on Android and iOS. There are 47 other projects in the npm registry using cordova-sqlite-storage. Native interface to SQLite for PhoneGap/Cordova. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Latest version: 6. 1 * remove incorrect Android. Where do I have to save the database so that cordova can find it and uses it if I compile for a platform? 10. There are 51 other projects in the npm registry using cordova-sqlite-storage. Hot Network Questions Sqlite comparison of the same operand types behaves differently How was the name Abraham pronounced in. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 0 * use cordova-sqlite-storage-dependencies@2. my. db and initialize the PouchDB database by setting the adapter to cordova-sqlite which instructs PouchDB to use SQLite for storage instead of the browser's storage. Howeever, when running in the web or as a Progressive Web App, Storage will attempt to use IndexedDB, WebSQL, and localstorage, in that order. There are 51 other projects in the npm registry using cordova-sqlite-storage. “cordova-sqlite-storage”: “^5. Storage vs LocalStorage in Ionic2. pouchdb-adapter-cordova-sqlite. 1. Hot Network Questions Should I use 1st-person or 3rd-person perspective for an alien character alone in a post-apocalyptic world?Cordova/PhoneGap sqlite storage adapter with extra features. If not available it makes a db reference to webSQL instead. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. There are 47 other projects in the npm registry using cordova-sqlite-storage. By the way, the app that I am creating is an offline language tutorial. 1. 1. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - craig-at-rsg/Cordova-sqlite-storage: A. createInstance() methods, or if using ionic-storage by passing dbKey via IonicStorageModule in your NgModule. sqliteporter ionic cordova. All libraries. Unit testing is done in spec. 1. running tests from shell. Hot Network Questions Terminating an employee with a bus factor of 1Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. It is a relational database management system. litehelpers / Cordova-sqlite-storage / issues; litehelpers / Cordova-sqlite-help; Please include the information described above otherwise. To be able to use PouchDB, you need to install a third party library available from npm: $ npm install pouchdb. ionic cordova plugin add cordova - sqlite - storage. 0, last published: a year ago. 0. GoogleMaps @ ~> 3. Step 2: Let’s add platform and plugin to your project. cordova-sqlite-storage, be sure to update it to 6. Step by Step Guide for PhoneGap SQLite tutorial. starter. but, the --link is broken as he said. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 2 with SQLite 3. db', iosDatabaseLocation: 'Library'}, successcb, errorcb); where the iosDatabaseLocation option may be set to one of the following choices: default:. 1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API - GitHub - Cube4Dev/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. 5. 32. The database is created and opens and the Table is created successfully but. 1. Improve this question. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. answered Dec 23, 2015 at 13:33. In order to use Sqlite in ionic (be it 1 or 2), you need to install the cordova-sqlite-storage plugin. It's hacky, but it would work. How can I resolve this dependency conflict after using 'cordova-sqlite-storage' plugin. 0. Unit tests. License terms for Android and Windows platform versions: MIT or Apache 2. There is 1 other. There are 51 other projects in the npm registry using cordova-sqlite-storage. Do not import SQLiteObject in your app. 5. Also the docs for the Vue integration appear extremely complicated to me. SQLResultSet. Cordova-sqlcipher-adapter support. SELECT * FROM yourTable ORDER BY yourIdColumn DESC LIMIT 1. Link here for details. SQLite vs LocalStorage. 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. Here you can see the list of plugins that are available with a capacitor. So, there is a workaround for it. 0 1 Answer. If you want to store more than the allowed standard storage than you need to use the sqlite plugin. Thanks for your answer, i test it but i got the same results. #984 opened on Jul 3, 2021 by. 0-edge01 with edge tag. Upgraded cordova-sqlite-storage to 6. Do you have any idea, how can I fix this? Thanks! :) android; sqlite; cordova; Share. 1. cordova-sqlite-storage - npm 2. 1. No storage limits using PouchDB + Cordova-sqlite-storage? 1 "big" attachement over pouchdb with sqlite froze. cordova-sqlite-storage plugin - specified in config. Yes, you don't have traditional storage limits when using cordova-sqlite-storage. 0. Notifications Fork 726; Star 2. 1. But when I add cordova-sqlite-storage plugin. Named parameters mobilexag/cordova-sqlite-evplus-ext-free#19. Cordova/PhoneGap sqlite storage adapter. Add support for the localforage. 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. In this post, we’ll discuss how to use SQLite storage in an Ionic application using Cordova’s cordova-sqlite-storage plugin. Discovered saved plugin “cordova-sqlite-storage”. However, this doesn't seem to work. In fact, this feature was in this project, but it was moved to Cordova-sqlite-ext (they are from the same creator). Modified 6 years, 3 months ago. Can't install ionic2 SQLite plugin. 0, last published: 6 months ago. 0 * use cordova-sqlite-storage-dependencies@2. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. cordova plugin add cordova-sqlite-storage --save. 0. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. exithandler (child_. Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows Universal (8. Cordova/PhoneGap sqlite storage - free enterprise version with Android performance/memory improvements and extra features for PhoneGap Build. ts. $ phonegap -v 5. Cordova switched from using config. mentioned this issue on Mar 5, 2018. Android in pure Java and Native modes; SQL transactionsLocal storage vs Cordova-sqlite-storage. Free license terms Commercial license & support; cordova-sqlite-storage - core plugin version: MIT (or Apache 2. farfromrefug commented Nov 6, 2021. And also in conjunction with this too: npm install -g cordova@8. For example my db file is appDb and if I try to use it with the capacitor plugin using. Latest version: 6. First time i have to copy the database, and after open it: window. Latest version: 6. Also make sure to. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. sqlitePlugin, falling back to openDatabase if available. brodybits. 1. Latest version: 6. public SQLiteGlueConnection(String var1, int var2) throws. 1) (with permissive licensing terms) Adaptation for React Native Android and iOS: andpor / react-native-sqlite-storagecapacitor-data-storage-sqlite . WP8 is supported along with Windows 8. 9. This Cordova/Phonegap plugin can be used to import/export to/from a SQLite database using either SQL or JSON. My sqlite plugin versions are as follows: cordova-plugin-sqlite-2 1. #985 opened on Jul 14, 2021 by aidanas. Only I found some rest api and an. Direct DB synchronization between on device SQLite databases and server side MySQL, Oracle, MS SQL Server and PostgreSQL databases; Each sync user could subscribe to a subset of server side data;. Then create a class that will be used to initialize and manage your database. 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. 1), Amazon Fire-OS, and WP(7/8) with API similar to HTML5/Web SQL API. Instead, add this module to your dependencies and use regular "require" to load it. (I think it is about 5MB). See the Sample section for a sample with a more detailed explanation. Latest version: 6. Available under GPL. 12. The cordova-sqlite plugin is a good choice. Latest version: 6. Pouchdb - Open database failed on android 12. ionic cordova plugin add cordova-sqlite-storage. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - liqiuh/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. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - conveyGmbH/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL APInpm install cordova-sqlite-storage npm install @ionic-native/sqlite ionic cap sync ionic cordova plugin add cordova-sqlite-storage npm install @ionic-native/sqlite Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Appropriate Local Storage for Ionic 3. I'm trying to add SQlite to my ionic4 project, but get installation errors. 1. plugin. Latest version: 6. x there are at least two good options for SQLite usage: . CHANGELOG v1. 1), Amazon Fire-OS, and WP(7/8) with API similar to HTML5/Web SQL API. 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. Follow asked Nov 2, 2014 at 12:25. License terms for Android and Windows platform versions: MIT or Apache 2. Available under GPL. There are 46 other projects in the npm registry using cordova-sqlite-storage. dropInstance() method. Follow asked Nov 20, 2017 at. Once you do that. L44: readonly sslCA?: string[] | Buffer[]; L46: * String or buffer containing the certificate we wish to presentI just published cordova-sqlite-storage@2. 2. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. What is the difference between the two versions? Looks like for some reason, embedding our own version of sqlite3. 0Native SQLite; License; Overview. 0. npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. 17. Follow. cordova-sqlite-ext - extended version with additional features including REGEXP support on Android and iOS. 0 cordova. Start using cordova-sqlite-storage-dependencies in your project by running `npm i cordova-sqlite-storage-dependencies`. 1. IONIC 3 new local storage. 0". ts ): Encrypting an Existing SQLite Database. 0, last published: 7 months ago. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. License for Android, Windows "Universal" (8. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. json and be sure you have "cordova-sqlite-storage": "6. 0, last published: 5 months ago. A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - zalcee/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use sql. There are 46 other projects in the npm registry using cordova-sqlite-storage. Features. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. 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. 0, last published: 10 months ago. . 0. Add support for cordova-sqlcipher-adapter. 0 option for Android and Windows platforms. 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. 0, last published: 8 months ago. cordova; plugins; cordova-sqlite-storage; Macsupport. 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. Thibaut Pietri. If the file starts with node_modules, search on the root. 1. 1. Their implementation were made to work for mobile OS'es (cordova-sqlite-plugin) and NodeJS API (sqlite3). 5,426; asked Aug 29, 2018 at 6:20. yarn add @capacitor-community/sqlite npx cap sync. 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. This can be used for platforms that don't. Install the cordova cli: npm install -g cordova Install all dependencies: npm install Add your desired platform: cordova platform add. Instead, add this module to your dependencies and use regular "require" to load it. page. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. is there any guidance on how to integrate a SQLite database into my app? I am unfortunately a beginner in framework7. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Latest version: 6. But i have seen some warnings in my console while installing. 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. Per the Ionic 2 documentation, SqlStorage will use the Apache Cordova SQLite plugin, if available, otherwise it will fall back to WebSQL. 1. Start using @mendix/cordova-sqlite-storage in your project by running `npm i @mendix/cordova-sqlite-storage`. Define the core version including sqlite3 implementation. Improve this answer. 0. 1. Make sure to import the provider into the src/app/app. Improve this answer. 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. CHANGELOG v1. 1)/Amazon Fire-OS/WP(7/8) with. 32. I was also considering capacitor-community/sqlite, but while installing I ran into some outdated dependencies which I thought was not a great sign. 0, last published: 9 months ago. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Open brodybits mentioned this issue May 12, 2017. When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet. Simply build your app like always, install it with ADB and once you want to get the databse you can use the ADB shell as well to extract it from your app to your local filesystem like this: ionic cordova build android # Install the APK with adb install # Run the app through the shell and copy the DB file adb -d shell "run-as io. . In 3. This version contains the source code for the Android and iOS versions. Looking more closely at this problem. Was able to add the plugin into to project using following command. 7. 1 and Android 9 #855. 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. Hello, I need to add the Cordova-sqlite-storage’s plugin to provide a database based on SQLite in my new project. I’m going to detail how to set up the plugins for. cordova-sqlite-evfree - similar to cordova-sqlite-ext but with improved memory handling. 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`. Samsung A52S 5G. 1. 32. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Latest version: 4. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Latest version: 6. Here’s how to use it in your Ionic 2+ apps. at ChildProcess. It is available in the following variations: cordova-sqlite-storage - core version that includes its own sqlite3 implementation. 1. thanks. 0 * use cordova-sqlite-storage-dependencies@2. 0 resolved my issue. 0, last published: a year ago. First, follow the installation steps above to update to Ionic Storage v3, install the localForage-CordovaSQLiteDriver SQLite driver, and integrate Ionic Secure Storage. db”,0, function deleteSuccess()npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. The most convenient way will be automatically chosen depending on your use case or the underlying platform, for example for native apps running on mobile devices SQLite will be used for. 5. 1. xml for migration of localstorage data in your app from API 29. Contribute to leoallvess/cordova-sqlite-storage development by creating an account on GitHub. Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows "Universal" (8. Ionic Storage doesn't support location as a property of the StorageConfig. project MyProject && cd MyProjectFolder # if you are just starting cordova plugin add cordova-sqlite-storage --save cordova platform add < desired platform > # repeat for all desired platform(s) cordova prepare # OPTIONAL (MANDATORY cordova-ios older. 0, last published: 2 years ago. The main differences are: It is available with support for the Windows platform. Add android platform ionic cordova platform add android Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Allows you to use more storage and provides more flexibility than the standard Web SQL database (window. 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. Step 1: Create a new PhoneGap / Apache Cordova Project. There are 46 other projects in the npm registry using cordova-sqlite-storage. 5. Plugin "cordova-sqlite-storage" already installed on browser. FollowThe most widely supported option is SQLite. Remove sqlite storage plugin ionic cordova plugin rm cordova-sqlite-storage. Make sure to import the provider into the src/app/app. . tenderApp An Ionic project. There are 47 other projects in the npm registry using cordova-sqlite-storage. Status. Use this online cordova-sqlite-storage playground to view and fork cordova-sqlite-storage example apps and templates on CodeSandbox. It works on the same SQL pattern tables and rows. It supports iOS. WP8 platform is no longer supported by this plugin version. It is recommended to use the @capacitor-community/sqlite because it has the best maintenance and is open sourceFor High Performance Storage: Use Ionic Storage that uses Cordova SQLite plugin. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. importPrepopulatedDatabase({file: "movies. ionic cordova platform rm ios; ionic cordova platform rm android; ionic cordova plugin rm cordova-sqlite-storage; npm i cordova-sqlite-storage@latest && ionic cordova plugin add cordova-sqlite-storage; ionic cordova platform add ios; ionic cordova platform add android. No other version or references to this plugin. Cordova/PhoneGap sqlite storage adapter. 0, last published: a year ago. There are 51 other projects in the npm registry using cordova-sqlite-storage. The configuration of Ionic Storage and sqlite is in the docs (the API - Angular example): IonicStorageModule.