phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

cordova-sqlite-storage how to use with phonegap build #588

Open adelkamal opened 7 years ago

adelkamal commented 7 years ago

cordova-sqlite-storage not working with phonegap build

what database do you recommend to use or is there a chance soon to use sqlite

kleeb commented 7 years ago

use this one https://www.npmjs.com/package/cordova-sqlite-evcore-extbuild-free

LarsVoith commented 7 years ago

also check out pouchDB https://pouchdb.com . This is not a plugin and could be cleared, but is back up on the server then re synced.

It enables applications to store data locally while offline, then synchronize it with CouchDB and compatible servers when the application is back online, keeping the user's data in sync no matter where they next login