1.0.3 • Published 6 years ago

localforage-cordova-sqlcipher-driver v1.0.3

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
6 years ago

localforage-cordova-sqlcipher-driver

npm SQLite driver for Cordova apps using localForage.

Requirements

Install Dependencies

  • install Cordova-sqlite-storage plugin cordova plugin add https://github.com/litehelpers/Cordova-sqlite-storage.git
  • install localforage-cordova-sqlcipher-driver
    • via npm with: npm i --save localforage localforage-cordova-sqlcipher-driver (ionic 2 users might prefer ths one)
    • via bower with: bower install --save localforage localforage-cordova-sqlcipher-driver