Conceptual problems with IndexedDB (relationships etc.)

I’m new to IndexedDB myself but I too have been thinking a lot about how I would use IndexedDB for purposes like this. The first thing I would suggest, if you haven’t done it already, is to look at how other key-value / document databases (CouchDB, MongoDB, etc.) work, since that’s essentially the type of … Read more

How to delete a database in WebSQL programmatically?

Using PersistenceJS there is a persistence.reset API which will wipe the database clean. PersistenceJS Site For developing / testing purposes, you can view content and delete webSQL, IndexedDB, cookies, etc by searching for your domain name at this URL in Chrome: chrome://settings/cookies There, you can delete all the storage for a domain or just certain … Read more

Developing a HTML5 offline storage solution for iOS/Android in 2011

I would recommend checking out the JayData library, that actually has the exact purpose of creating a storage agnostic data access layer for mobile devices. JayData provides an abstraction layer with JavaScript Language Query (JSLQ) and JavaScript CRUD support and let’s you work on the exact same way with different offline and online data store … Read more

error code: 521