资 源 简 介
NOTE: Source code has [moved to GitHub!](https://github.com/rkmittal/gwt-localstorage-db)
Having problems on determining what database api to use for your webapp? Indexed DB is still in development mode, and not available for Android/iPhone browsers. Web Database is deprecated by W3C, with support discontinued by major browsers like Firefox.
I was also faced with the same dilemma some time back. We tried out IndexedDb to work with our GWT webapp on Firefox 4.0, but it didn"t work out well, especially because it led to problematic JSNI code, and of course, there was no way our app could run on mobile phones. So, I devised a simple API to work as a wrapper on plain vanilla Localstorage API (supported in all HTML5 browsers) which will allow the user the benefit of putting their data in structured formats.
So, in very brief terms, this API can be used for client-side storage in form of object stores and databases. And it runs across a