cordova-sqlite-storage. 1 released with some changes discussed here: Workaround solutions for iOS/macOS data loss risk issues: compile with SQLITE_THREADSAFE=2 again ref: Database malformation #703; workaround solution for iOS threading issue reported in iOS threading issue with openDatabase? #716A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - minhaferzz/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use. cordova-sqlite-storage

 
1 released with some changes discussed here: Workaround solutions for iOS/macOS data loss risk issues: compile with SQLITE_THREADSAFE=2 again ref: Database malformation #703; workaround solution for iOS threading issue reported in iOS threading issue with openDatabase? #716A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - minhaferzz/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and usecordova-sqlite-storage  insightmichael May 31, 2017, 12:19pm 8

1)/Amazon Fire-OS/WP(7/8) with. 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. Q&A for work. It supports iOS. 32. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 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. SQLCipher's community edition is Open Source Software available under a permissive license that allows it's use in both open source and commercial products. Should be fixed when I do SQLite 3. Ionic Storage abstracts all available mechansims for data storage such as native Cordova SQLite and browser storage APIs like IndexedDB, WebSQL or localStorage. 1. Improve this answer. 2. 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” . ) bug-general testing user community help. It complains native plugins not available. Improve this question. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. cordova-sqlite-storage and cordova-plugin-dbcopy. 3 "Cordova sqlite storage plugin"Hola, aprenderemos como implementar SQLite en ionic capacitor, para este ejemplo iniciaremos un nuevo proyecto. 0. e. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 0. 2. . 0, last published: 10 months ago. 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. ts file and add it to the providers array. Cordova/PhoneGap sqlite storage adapter with extra features. cordova. Start using @mendix/cordova-sqlite-storage in your project by running `npm i @mendix/cordova-sqlite-storage`. There are 51 other projects in the npm registry using cordova-sqlite-storage. 5,426; asked Aug 29, 2018 at 6:20. 0 resolved my issue. There are 46 other projects in the npm registry using cordova-sqlite-storage. 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. npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. Link here for details. config() or . This option is also only available for native apps, either as a Cordova plugin or more recommended with a Capacitor plugin. 4 / in Podfile, add: workspace 'yourWorkspaceName' at the end of the file (seen in the cocoapods documentation) 5 / open Terminal> live to your project> run: pod install. Moreover, we will also learn to load the dummy data from the sql database file using. Unit testing is done in spec. ToDo or Notes App For F7 - Template/Example?npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. Define the core version including sqlite3 implementation. 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. db is not initialized to anything when the SQLException is thrown. . 8. Latest version: 6. Was able to add the plugin into to project using following command. I have a project of ionic 5 with capacitor and when I try to open pouchdb database with: let pdb = new PouchDB ('msg. g. my. Cordova switched from using config. The Lawnchair adapter is now moved to brodybits/cordova-sqlite-community. There are a number of community-maintained SQLite plugins that should work in Capacitor, including capacitor-sqlite and cordova-plugin-sqlite. remove(“mydb. 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. 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. db”,0, function deleteSuccess()npm install -g cordova # (in case you don't have cordova) cordova create MyProjectFolder com. localStorage and Storage in ionic 2 which is better? 7. 1. cordova-sqlite-storage - core version that includes its own sqlite3 implementation. License for Android, Windows "Universal" (8. 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. ts to add IonicStorageModule as an import:Error: Plugin "cordova-plugin-xunfeiListenSpeaking" is not present in the project. 0 is already installed and was not. Follow answered Jul 25, 2019 at 14:46. #984 opened on Jul 3, 2021 by. I am currently on cordova-android: 10. db in src/assets/ but maybe it’s not the right path? home. How can I resolve this dependency conflict after using 'cordova-sqlite-storage' plugin. Open brodybits mentioned this issue Sep 13, 2019. starter. License for Android version: MIT or Apache 2. Improve this answer. Latest version: 6. It is key-value based access but uses SQLite underneath by default. To work out what options to. About this plugin version. SQLite Forum. 2 with SQLite 3. For casual storage: If you. Code; Issues 354; Pull requests 17; Actions; Projects 0; Security; Insights New issue Have a question about this project?. Foundation of this library is based on Chris Brody's Cordova SQLite plugin. 0 and add this line in your config. Latest version: 6. If you have an existing "cordova-sqlite-storage" folder inside, delete it. To use SQLite in Capacitor, there are three options: The @capacitor-community/sqlite package; The cordova-sqlite-storage package; The non-free Ionic Secure Storage which comes at 999$ per month. First time i have to copy the database, and after open it: window. 1), Amazon Fire-OS, and WP(7/8) versions: MIT or Apache 2. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. There are 51 other projects in the npm registry using cordova-sqlite-storage. 0. Select node_modules eact. Closed Safer Android defaults #671. 1. Thanks. In your case for SQLite you need to first install the dependencies for both Angular and Cordova: npm install @ionic/storage --save. Pass the key required by the database to localforage by passing a . 32. 0 and 1. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 1. I hope someone notice my inquiry. 0. Step by Step Guide for PhoneGap SQLite tutorial. “cordova-sqlite-storage”: “^5. #985 opened on Jul 14, 2021 by aidanas. 0. mentioned this issue on Mar 5, 2018. This driver has been removed from the core code as of 3. 1. cI am using ionic-v3 and sqlite plugin. 1. My sqlite plugin versions are as follows: cordova-plugin-sqlite-2 1. There are 51 other projects in the npm registry using cordova-sqlite-storage. There are 51 other projects in the npm registry using cordova-sqlite-storage. Available under GPL. 7. There are 47 other projects in the npm registry using cordova-sqlite-storage. Local storage is persistent whereas session storage gets deleted when the app quits. Instalar las siguientes librerías. IMPORTANT NOTE: The plugins were added using the --save flag to ensure that they would be tracked in config. 0. Yes, it is possible to use Cordova plugins with Capacitor. Additional limitations are tracked in cordova-sqlite-help doc-todo issues, cordova-sqlite-storage doc-todo issues, and cordova-sqlcipher-adapter doc-todo issues. Latest version: 6. But I could not find any good documentation for couchbase-lite in phonegap. Use with Capacitor vs Cordova? storesafe/cordova-sqlite-storage#869. Hello, I need to add the Cordova-sqlite-storage’s plugin to provide a database based on SQLite in my new project. 1)/Amazon Fire-OS/WP(7/8) with. cordova-sqlite-storage - core version that includes its own sqlite3 implementation. Click any example below to run it instantly or find templates that can be used as a pre-built solution! ionic-angular-news-app An Ionic project. The window object was printed in the console, but not everything. ; This plugin is NOT supported by PhoneGap. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. For the web, none of these will work and you’d have to find a different solution. js npx cap sync. 0, last published: a year ago. Connect and share knowledge within a single location that is structured and easy to search. See here. License terms for Android and Windows platform versions: MIT or Apache 2. Also make sure to. There are 51 other projects in the npm registry using cordova-sqlite-storage. There are 3 other projects in the npm registry using cordova-plugin-sqlite-2. But the new version of ionic is complaining the. 1. SQLResultSet. Learn More or if you're interested in an enterprise version of this plugin Contact Us. Their implementation were made to work for mobile OS'es (cordova-sqlite-plugin) and NodeJS API (sqlite3). Latest version: 6. 1 released with some changes discussed here: Workaround solutions for iOS/macOS data loss risk issues: compile with SQLITE_THREADSAFE=2 again ref: Database malformation #703; workaround solution for iOS threading issue reported in iOS threading issue with openDatabase? #716A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - minhaferzz/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use. Thanks for the help!I am working on hybrid development for one of my sap fiori project using cordova. 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. Pouchdb - Open database failed on android 12. 0, last published: a year ago. it is an interface and not an provider you can importTry to install it: npm install cordova-sqlite-storage --save. 5. . Upcoming minor release items #685. 1. 0. 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. 32. There are 47 other projects in the npm registry using cordova-sqlite-storage. Latest version: 2. insertId: the row ID of the row that the SQLResultSet object's SQL statement inserted into the database; rowAffected: the number of rows that were changed by the SQL statement. Contribute to leoallvess/cordova-sqlite-storage development by creating an account on GitHub. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. Upgraded cordova-sqlite-storage to 6. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 1. A SQLite database is a full regular. 0, last published: 9 months ago. I'm trying to add SQlite to my ionic4 project, but get installation errors. 0A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - GitHub - sebasbaumh/Cordova-sqlite-storage: A Cordova/PhoneGap plugin to open and use. There is 1 other. json to configure the plugins and platforms. Actual database path still needs to be documented (storesafe/cordova-sqlite-storage-help#40, #426). Follow asked Nov 20, 2017 at. Pouchdb - Open database failed on android 12. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Moodle. farfromrefug commented Nov 6, 2021. cordova; plugins; cordova-sqlite-storage; Macsupport. 1. I’m going to detail how to set up the plugins for. Latest version: 6. Howeever, when running in the web or as a Progressive Web App, Storage will attempt to use IndexedDB, WebSQL, and localstorage, in that order. 0, last published: 8 months ago. There are 51 other projects in the npm registry using cordova-sqlite-storage. $ npm install @awesome-cordova-plugins/sqlite Usage Documentation Usage Documentation 4. Hi. cordova-sqlite-storage. Thibaut Pietri. 17. 0. my. Teams. For example my db file is appDb and if I try to use it with the capacitor plugin using. GoogleMaps @ ~> 3. No other version or references to this plugin. This is different from Ionic Native SQLite. 5. It effectively has no size limitations. Professional support. . x to provide more options for SQLite storage engines. Add android platform ionic cordova platform add android Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. Is there any limit of the maximum storage size using the sqlite plugin on ios? Does anyone has experience with databases of that size on ios?A Cordova/PhoneGap plugin to open and use sqlite databases on Android &amp; iOS with HTML5/Web SQL API (Windows version available) - GitHub - Jahun/Cordova-sqlite-storage: A Cordova/PhoneGap plugin. C:UsersUserDesktoppj>cordova plugin add cordova-sqlite-storage Plugin "cordova-sqlite-storage" already installed on android. Based on project statistics from the GitHub repository for the npm package cordova-sqlite-storage, we found that it has been starred 2,135 times. Latest version: 6. . I have chosen couchbase-lite as my storage. js - built from storesafe/sql. 1. 32. 0 1 Answer. It supports iOS. ts. 1), Amazon Fire-OS, and WP(7/8) with API similar to HTML5/Web SQL API. SQLite is used to set up a local device database that can be used to store data using SQL queries. 0, last published: a year ago. Latest version: 0. 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. Does TypeORM support sqlite migrations?Contribute to ADDWARE/cordova-sqlite-storage development by creating an account on GitHub. The Capacitor team also offers an enterprise SQLite storage solution with encryption support and integration with secure key management APIs on device. There are 51 other projects in the npm registry using cordova-sqlite-storage. Viewed 2k times 0 When should I consider to use SQLite storage instead of Local Storage? I'll have like 3200 city names in my app some user information and 100-200 companies with a lot of fields where one of them is. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 0 of the cordova-sqlite-storage plugin uses SQLite 3. 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. 1 and Android 9 #855. 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. Q&A for work. For casual storage: If you. My package. Latest version: 6. So that developers will understand which data is actually getting displayed to the end users. Professional support is available, please contact: [email protected]) 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. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. License terms for Android and Windows platform versions: MIT or Apache 2. 1. cordova-sqlite-ext - extended version with additional features including REGEXP support on Android and iOS. Android 8. I want to build a cross-platform mobile app with cordova/phonegap which require a database (client-side only). If you do, that will cause an issue with last_insert_rowid () working as intended. Latest version: 6. Target. Also the docs for the Vue integration appear extremely complicated to me. Cordova/PhoneGap sqlite storage 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. cordova-sqlite-storage - It provides supports for the Android, iOS & Windows platforms. 2. public SQLiteGlueConnection(String var1, int var2) throws. Sorted by: 1. 0, last published: a year ago. Ah, hmm. Plugin "cordova-sqlite-storage" already installed on browser. and. 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):. License terms for Android and Windows platform versions: MIT or Apache 2. 0, last published: 9 months ago. 1. There are 51 other projects in the npm registry using cordova-sqlite-storage. 1. Native interface to SQLite for PhoneGap/Cordova. $ ionic plugin add cordova-sqlite-storage. ready (…) do this: this. To run the tests from *nix shell, simply. 925 9 9 silver badges 20 20 bronze badges. db', iosDatabaseLocation: 'Library'}, successcb, errorcb); where the iosDatabaseLocation option may be set to one of the following choices: default:. To get started, install the following packages: npm i cordova-sqlite-storage localforage patch-package sql. c - SQLite 3. db was created and opened and also the people table was created successfully. sqlite", "importIfExists": true}); Once this is done, open the database in the usual way:Unfortunately I cannot use the storage plugin anymore with Cordova and need to switch to the storage plugin of Capacitor. Free license terms Commercial license & support; cordova-sqlite-storage - core plugin version: MIT (or Apache 2. addEventListener('deviceready', function(. . Step 1: Update the solution file. 1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API - GitHub - santoo/Cordova-sqlite-storage: A Cordova/Ph. 32. Hot Network Questions Terminating an employee with a bus factor of 1Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. the compile break. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. install localForage-cordovaSQLiteDriver via npm with: npm i --save localforage localforage-cordovasqlitedriver (ionic 2 users might prefer ths one) cordova plugin add cordova-sqlcipher-adapter --save. 0, last published: 8 months ago. 2 ([email protected] interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 5. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 0 option for Android and Windows platforms. Latest version: 6. Learn more about TeamsLocal storage vs Cordova-sqlite-storage. sqlite3. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. Note: The Capacitor SQLite plugin will add a specific name (SQLite. 0, last published: 8 months ago. Select node_modules eact-native-sqlite-storageplatformswindowsSQLitePluginSQLitePlugin. 0. plugins. And also in conjunction with this too: npm install -g cordova@8. Storage is the easiest way to save key/value pairs of data or Json objects. There are 51 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`. In Cordova 5. 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. One more thing, how can i use cordova-sqlite-storage with PhoneGap Desktop app?It looks like cordova-plugin-file suddenly started using the SYNTAX_ERR enum; you should be able to use an older version of that plugin as a workaround. Connect and share knowledge within a single location that is structured and easy to search. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. Go into your cordova "plugins" folder. CHANGELOG v1. 1. react-native-sqlite-storage. Cordova/PhoneGap sqlite storage plugin. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. 1. We also need to add the Apache Cordova SQLite plugin. Yes, you don't have traditional storage limits when using cordova-sqlite-storage. 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`. Recommended method to access this plugin is: var db = window. 5. If not available it makes a db reference to webSQL instead. 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. Adding cordova-sqlite-storage to package. Latest version: 6. Start using cordova-sqlite-evcore-extbuild-free in your project by running `npm i cordova-sqlite-evcore-extbuild-free`. Start using cordova-sqlite-storage in your project by running `npm i cordova-sqlite-storage`. I think you need to use capacitor-sqlite plugin for your application. CHANGELOG v1. If you want to store more than the allowed standard storage than you need to use the sqlite plugin. 1. There are 51 other projects in the npm registry using cordova-sqlite-storage. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. 8. Create an Ionic 5/Angular Project Report malware. Hello guys (and ladies). There are 47 other projects in the npm registry using cordova-sqlite-storage. 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. This Cordova/Phonegap plugin can be used to import/export to/from a SQLite database using either SQL or JSON. 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. What is the difference between the two versions? Looks like for some reason, embedding our own version of sqlite3. 1. The Capacitor team also offers an enterprise SQLite storage solution with encryption support and integration with secure key management APIs on device. 1) ionic version is 6. improve API - redesign - IN. All products that include SQLCipher (including those that use the Commercial Edition binaries) must abide by the SQLCipher license, as well as the licenses. For larger complicated structures (which I assumed is why you were using WebSQL in the first place), then I'd recommend a third-party SQLite plugin, e. We did some research, found that we were still on ^4. $ npm install cordova-sqlite-storage $ npm install @awesome-cordova-plugins /sqlite $ ionic cap sync. npm install --save [email protected] option for Android and Windows platforms. There are no other projects in the npm registry using @mendix/cordova-sqlite-storage. 28. ConclusionThis code will create a SQLite database file named employees. Do not import SQLiteObject in your app. cordova-sqlite-storage - core version that includes its own sqlite3 implementation. Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version. workingedge. It is key-value based access but uses SQLite underneath by default. If the statement did not affect any rows. With the new scope storage permission system in android 11, carto mobile SDK cant open sqlite databases even if the app has the permissions for it. openDatabase The Web Storage API let’s us store key/value pairs as local and/or session storage. There's no way to use those libraries you mention in Cordova or Electron. I installed the SQLite plugin to access database. There are 51 other projects in the npm registry using cordova-sqlite-storage. 0 I had to do the following to the project. Open the solution in Visual Studio 2019. 1. Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows Universal (8. 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. No storage limits using PouchDB + Cordova-sqlite-storage? 1 "big" attachement over pouchdb with sqlite froze. 1. 1. Latest version: 6. 1. The SQLite type of storage is used by most of the Native devices like android. json and be sure you have "cordova-sqlite-storage": "6. Much simpler to develop and test than using file for example. my. It is deprecated. In fact, this feature was in this project, but it was moved to Cordova-sqlite-ext (they are from the same creator). This version contains the source code for the Android and iOS versions. xml for migration of localstorage data in your app from API 29. 0, last published: a year ago. As seen below, this. . Connect and share knowledge within a single location that is structured and easy to search. config() or . Pass the key required by the database to localforage by passing a dbKey property to the . 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. A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8. db', <- Name of your database . Local storage is a DOM-standard key-value permanent storage until the user throws away the history, and it has a size limit from 5 to 10MB.