You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to use this or SqlCipher plugin for my Cordova hobby project. I'm planning to use the plugin for normal usage ie. accessing sqlite db. However, I'm also going to use localforage's sqlite driver plugin that uses this plugin to access some of the sqlite data (ref: https://github.com/thgreasi/localForage-cordovaSQLiteDriver)
Do you see/know of any issues with this approach? It looks like there wont be any issues since LF driver does not hit the db directly but wanted to be doubly sure.
The text was updated successfully, but these errors were encountered:
I would also like to add a reminder that the results of installing multiple sqlite plugin versions such as cordova-sqlite-storage, cordova-sqlcipher-adapter, cordova-plugin-sqlite-2, etc. are UNDEFINED, may result in build error, crash, or data loss issues as discussed in #719 (comment).
Thanks for providing this plugin.
I'm about to use this or SqlCipher plugin for my Cordova hobby project. I'm planning to use the plugin for normal usage ie. accessing sqlite db. However, I'm also going to use localforage's sqlite driver plugin that uses this plugin to access some of the sqlite data (ref: https://github.com/thgreasi/localForage-cordovaSQLiteDriver)
Do you see/know of any issues with this approach? It looks like there wont be any issues since LF driver does not hit the db directly but wanted to be doubly sure.
The text was updated successfully, but these errors were encountered: