IndexedDB Library

Dharmesh Hemaram
1 min readJan 3, 2018

--

jDB

jDB is used to communicate with IndexedDB efficiently. jDB have set of predefined function which helps developers ease in writing object oriented code for storing, manipulating and retrieving data in indexedDB.

It Supports all three JavaScript Module pattern ES2015, requireJS, AMD. It developed following oops concept. You can easily read / write data to indexedDB with minimum configuration. which you can provide in JSON format.

Wiki

I have tried to write as much as possible. to be frank I love coding rather than writing. Please check out Wiki section which covers installation, config and use.

Issues

You can raise any issue you find.

Will keep on update this whenever I get time

--

--