Skip to content

beenotung/forkdb-lmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published