I have a Phonegap / Cordova application which needs to bundle a SQLite database (about 7mb). I then wish to access that database using Javascript (jQuery mobile).
How do I approach this? I don't want to use HTML5 local storage as it does not have enough capacity and will be deleted after use. It has to be the native Android SQLite plus the javascript connectivity.
Thanks in advance!
Nick