I wrote an HTML5 database that abstracts localStorage, indexedDB, and WebSQL. Using straight HTML5 my database options look like this:
IndexedDB -
WebSQL -
SQLite -
If you want a quick tutorial on SQLite
Storage of SQLite database using Android and Phonegap