I've just finished reading the documentation here:
http://docs.phonegap.com/en/edge/cordova_storage_storage.md.html#Storage,
and I have numerous questions that I can't find good answers to:
What, if any, are the size limits to creating a new SQL Lite Database? (iOS and Android in particular)
Where is the database stored on my local machine while I'm developing?
How does one destroy a database if it's no longer needed?
What, if any, are the advantages to using localStorage over the SQL Lite Database?
If anyone could help out I'd be obliged!