This is a wrapper for indexedDB. It is meant to
a) ease the use of indexedDB and abstract away the differences between the
existing impls in Chrome, Firefox and IE10 (yes, it works in all three), and
b) show how IDB works. The code is split up into short methods, so that it's easy to see what happens in what method.
For details on usage, please see the project's README and check out the examples:
None.
Download/clone/fork and include the IDBStore.js via script tag or pull it in using an AMD loader.
Ping me on Twitter: @jensarps
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/jensarps/IDBWrapper