Level
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
leveldown
Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.
level
Fast & simple storage. A Node.js-style LevelDB wrapper for Node.js, Electron and browsers.
community
General discussion, cross-repo efforts and common information for projects in the community.
awesome
An open list of awesome Level modules and resources.
electron-demo
Demo app loading LevelDB into an Electron context.
codec
Encode keys, values and range options, with built-in or custom encodings.
subleveldown
Split a levelup database into sublevels with their own keyspace, encoding and events.
levelup
A wrapper for abstract-leveldown compliant stores, for Node.js and browsers.
abstract-leveldown
An abstract prototype matching the leveldown API
level-js
An abstract-leveldown compliant store on top of IndexedDB.
memdown
In-memory abstract-leveldown store for Node.js and browsers.
multileveldown
multilevel implemented using leveldowns with reconnect support
iterator-stream
Turn an abstract-leveldown iterator into a readable stream.
level-hyper
A convenience package bundling levelup and leveldown-hyper.
level-ttl
Add a 'ttl' (time-to-live) option to levelup for put() and batch().
deferred-leveldown
An abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being opened.
level-test
Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
packager
A levelup package helper for distributing with an abstract-leveldown compatible back-end.
mem
A convenience package bundling levelup and memdown
level-rocksdb
A convenience package bundling levelup and rocksdb.
level-ws
A basic WriteStream implementation for levelup
leveldown-hyper
Pure C++ Node.js HyperLevelDB binding. An abstract-leveldown compliant store.
rocksdb
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
webpack-starter
Demonstrates bundling level for browsers using webpack.
compose
Compose a database factory from abstract-leveldown and levelup layers.
encoding-down
An abstract-leveldown implementation that wraps another store to encode keys and values.
concat-iterator
Concatenate items from an iterator into an array.
supports
Create a manifest describing the abilities of a levelup or abstract-leveldown db.