1.0.0 • Published 1 year ago

forkdb-lmdb v1.0.0

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
1 year ago

forkdb-lmdb

Object-prototype-like abstraction over lmdb.

npm Package Version

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

1.0.0

1 year ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago