flumedb / flume-kv

thin wrapper around kv stores, level & indexeddb so far

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%