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

sqlcipher 'open' performance with cordova and Cordova-SQLitePlugin #104

Open PowerMogli opened 4 years ago

PowerMogli commented 4 years ago

Is it true that the connection to the sqlite database is not used again, although the connection to openDatabase has been established once at start and the returned database object is repeatedly used for all transactions? My question arises because of this article https://stackoverflow.com/questions/21669431/sqlcipher-open-performance-with-cordova-and-cordova-sqliteplugin and the uncertainty in our team because the SQLite cipher version is very slow in compare to the unencrypted version on an Android tablet.