forkdb-lmdb
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i forkdb-lmdb

Weekly Downloads

1

Version

1.0.0

License

BSD-2-Clause

Unpacked Size

39.3 kB

Total Files

5

Last publish

Collaborators

  • beenotung