Level's repositories
abstract-level
Abstract class for a lexicographically sorted key-value database.
abstract-leveldown
Superseded by abstract-level. An abstract prototype matching the leveldown API.
subleveldown
Superseded by abstract-level. Split a levelup database into sublevels with their own keyspace, encoding and events.
classic-level
An abstract-level database backed by LevelDB.
browser-level
An abstract-level database for browsers, backed by IndexedDB.
multileveldown
Superseded by many-level. Multilevel implemented using leveldowns with reconnect support.
encoding-down
Superseded by abstract-level. An abstract-leveldown implementation that wraps another store to encode keys and values.
memory-level
In-memory abstract-level database for Node.js and browsers.
level-hyper
Discontinued. A convenience package bundling levelup and leveldown-hyper.
level-test
Discontinued. Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
deferred-leveldown
Superseded by abstract-level. An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.
leveldown-hyper
Discontinued. Pure C++ Node.js HyperLevelDB binding. An abstract-leveldown compliant store.
read-stream
Read from an abstract-level database using Node.js streams.
transcoder
Encode data with built-in or custom encodings.
concat-iterator
Superseded by abstract-level. Concatenate entries from an iterator into an array.