I have been working with phonegap for little time, and i\'m having some trouble with the concept of storage in it.
So, the documentation states that there is this datab
var myBuggedDb = window.openDatabase(shortName, version, displayName,maxSize); opens websql database. If you want to use Sqlite, you must use 3rd party plugins like https://github.com/litehelpers/Cordova-sqlite-storage