Pinned Repositories
abstract-level
Abstract class for a lexicographically sorted key-value database.
awesome
An open list of awesome Level modules and resources.
browser-level
An abstract-level database for browsers, backed by IndexedDB.
classic-level
An abstract-level database backed by LevelDB.
community
Discussion, support and common information for projects in the community.
level
Universal abstract-level database for Node.js and browsers.
level-js
Superseded by browser-level. An abstract-leveldown compliant store on top of IndexedDB.
leveldown
Superseded by classic-level. Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.
levelup
Superseded by abstract-level. A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
memdown
Superseded by memory-level. In-memory abstract-leveldown store for Node.js and browsers.
Level's Repositories
Level/levelup
Superseded by abstract-level. A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
Level/level
Universal abstract-level database for Node.js and browsers.
Level/leveldown
Superseded by classic-level. Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.
Level/level-js
Superseded by browser-level. An abstract-leveldown compliant store on top of IndexedDB.
Level/awesome
An open list of awesome Level modules and resources.
Level/memdown
Superseded by memory-level. In-memory abstract-leveldown store for Node.js and browsers.
Level/rocksdb
Discontinued. Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
Level/abstract-leveldown
Superseded by abstract-level. An abstract prototype matching the leveldown API.
Level/party
Superseded by rave-level. Open a leveldb handle multiple times.
Level/level-rocksdb
Discontinued. A convenience package bundling levelup and rocksdb.
Level/abstract-level
Abstract class for a lexicographically sorted key-value database.
Level/subleveldown
Superseded by abstract-level. Split a levelup database into sublevels with their own keyspace, encoding and events.
Level/classic-level
An abstract-level database backed by LevelDB.
Level/multileveldown
Superseded by many-level. Multilevel implemented using leveldowns with reconnect support.
Level/browser-level
An abstract-level database for browsers, backed by IndexedDB.
Level/community
Discussion, support and common information for projects in the community.
Level/encoding-down
Superseded by abstract-level. An abstract-leveldown implementation that wraps another store to encode keys and values.
Level/memory-level
In-memory abstract-level database for Node.js and browsers.
Level/level-hyper
Discontinued. A convenience package bundling levelup and leveldown-hyper.
Level/codec
Superseded by level-transcoder. Encode keys, values and range options, with built-in or custom encodings.
Level/mem
Superseded by memory-level. A convenience package bundling levelup and memdown.
Level/level-test
Discontinued. Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
Level/packager
Superseded by abstract-level. A levelup package helper for distributing with an abstract-leveldown compatible back-end.
Level/deferred-leveldown
Superseded by abstract-level. An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.
Level/leveldown-hyper
Discontinued. Pure C++ Node.js HyperLevelDB binding. An abstract-leveldown compliant store.
Level/errors
Superseded by abstract-level. Error types for levelup.
Level/read-stream
Read from an abstract-level database using Node.js streams.
Level/supports
Create a manifest describing the abilities of an abstract-level database.
Level/compose
Compose a database factory from abstract-leveldown and levelup layers.
Level/concat-iterator
Superseded by abstract-level. Concatenate entries from an iterator into an array.