I'm developing an App using Phonegap / Cordova and Sqlite, however along with the application it is necessary to go a database containing approximately 50MB of text information. I'm using the "Phonegap" app in android to test the application, but I have no idea how to put the information (50MB) of text into the sqlite database (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 made the "Buld" it would stay in the App.
I have not been able to find this information for 2 weeks, can anyone give me a light?