View on GitHub

idb shim

Indexed db like API on top of native, websql or memory implementation

Download this project as a .zip file Download this project as a tar.gz file

idb_shim.dart

Largely inspired from javascript IndexedDBShim polyfill over WebSql. This pure dart polyfill works over native (indexeddb), websql and memory (i.e. not persistent). Checkout

As the project is just starting, let me know if you have existing project using indexeddb for which you would like to make the transition (to support safari/iOS for example).

For the record, the memory implementation is not working properly yet when using dart2js