Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Cordova Plugin - Help And Advice.
-
I am thinking of building an app and include the cordova-sqlite-storage to build a database.
Where is the database stored? Is it in the apps hierarchy and if so where - I don’t really want it to be outside of this as I need this to be permanent so when the user turns off their device and later re-opens the app the information is still there. I don’t really want it to be accessible to be viewed by others.
Also, if I use the file-plugin where are those files stored? Again, I don’t want this to be outside of the app or be accessible by third parties as this may contain code that is sensitive to the app and could be easily be duplicated.
Finally, is local storage saved within the app? If so where? and could the end-user delete this via the settings on their phone?