SQLite driver for Cordova apps using localForage.
npm install localforage-cordova-sqlcipher-driver* Cordova/ionic
* Cordova SQLite storage plugin or Cordova SQLite Plugin 2
* localForage v1.5.0
* 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