forkdb-lmdb
v1.0.0
Published
Object-prototype-like abstraction over lmdb.
Downloads
34
Maintainers
Readme
forkdb-lmdb
Object-prototype-like abstraction over lmdb.
The state is forkable / extensible in the sense similar to Object.create()
in Javascript.
The values are indexed by key. When a value is being looked up, we first check if it's present in the current (child) state, if not, we'll lookup it in the parent state recursively.
Examples refers to forkdb.spec.ts