Dexie.js - A Minimalistic Wrapper for IndexedDB
Dexie.js is a wrapper library for indexedDB - the standard database in the browser. IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. Dexie provides a neat database API with a well thought-through API design, robust error handling, extendability, change tracking awareness and extended KeyRange support (case insensitive search, set matches and OR operations).
http://dexie.org/
https://github.com/dfahlander/Dexie.js
License:
Tech:
Tags: