1
I am developing an App using Phonegap/Cordova and Sqlite, but along with the application it is necessary to go a database containing approximately 50MB of text information. I’m using the app "Phonegap" android to test the application, but I have no idea how to put the information (50MB) text in the database sqlite(plugin).
When I installed the plugin (Sqlite) I did not find any database file where I could open it with a manager and enter the information manually so that when I did "Buld" it would stay in the App.
It’s been two weeks since I’ve been able to find that information?
Do you want an SGDB for sqlite? Proccure by sqlite studio or databasebrowser. There are several that are compatible with sqlite.
– user28595
Intendo, but is the following my friend, how do I locate the database file within the Cordova/Pronegap project? The file is inside which folder? and what is its extension?
– Quereguini