Skip to content

thin wrapper around kv stores, level & indexeddb so far

License

Notifications You must be signed in to change notification settings

flumedb/flume-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flume-kv

A wrapper around level/indexeddb intended for use with flumedb modules.

motivation

why not just use leveldown?

Well, there are some leveldb features (like the iterator) that are not general. Although the leveldb iterator is useful, it makes caching much more difficult, and often all you need is an unsorted key value store.

License

MIT

About

thin wrapper around kv stores, level & indexeddb so far

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published