Fork me on GitHub

IDBWrapper

A cross-browser wrapper for IndexedDB.

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.

Usage

For details on usage, please see the project's README and check out the examples:

Dependencies

None.

Install

Download/clone/fork and include the IDBStore.js via script tag or pull it in using an AMD loader.

License

MIT style (X11)

Author

Jens Arps

Contact

Ping me on Twitter: @jensarps

Download

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