@saltar/bdb
v1.4.0
Published
Browser database built on top of IndexedDB
Downloads
2
Readme
BDB - Browser Database
Browser database built on top of IndexedDB.
Supported operations
- insert
- set
- remove
- batch
- filter({ prop: string | [start,end,isEqualStart,isEqualEnd] })
Usage
See public/tests.js
for usage details