A tiny Javascript SQLite Client using the lastest W3C standards for offline storage.
I’ve just written this neat SQL Client using Javascript and SQLite.
Since the iPhone browser is based on Webkit, which supports the latest W3C standards, its possible to create a SQL Client simply using Javascript.
The SQLite database is hosted by the browser process this means that it runs even when disconnected from the internet.
The following browsers are currently supporting HTML5 standards for database storage:
- Google Chrome
- Safari
- Opera
To access this SQL Client on your own iPhone:
- Open up Safari
- Type html5db.desalasworks.com into the location bar
- Press “Go”. Thats it!
Otherwise you can also open it in your desktop browser by clicking the link above.

