storesafe / cordova-sqlcipher-adapter

A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API
Other
89 stars 55 forks source link

Cordova-sqlcipher-adapter with PersistenceJS #8

Open carloshlemos opened 9 years ago

carloshlemos commented 9 years ago

Can use Cordova-sqlcipher-adapter with PersistenceJS?

brodycj commented 9 years ago

Can use Cordova-sqlcipher-adapter with PersistenceJS?

It should be very easy to adapt PersistenceJS to work with this plugin, by simply replacing window.openDatabase() (or simply openDatabase()) with window.sqlitePlugin.openDatabase().