I’m going to use IndexedDB for a web application I’m writing. Searching for concise IndexedDB API examples in Javascript led me to Parashuram N’s jquery-indexeddb repo on GitHub. This plug-in for JQuery looks to be just exactly what I need.
One page on Parashuram’s website that I find particularly awesome is:
This page is a fantastic IndexedDB reference document and excellent jquery-indexeddb documentation.
Related links:
JQuery IndexedDB Plugin Homepage:
http://nparashuram.com/jquery-indexeddb/
jquery-indexeddb on GitHub:
https://github.com/axemclion/jquery-indexeddb
Cool HTML5 IndexedDB demo using jquery-indexeddb:
http://nparashuram.com/jquery-indexeddb/example/index.html
IndexedDB API (W3C):
https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html
