abstract-leveldown

Key-value store prototype

Provides an abstract base class for implementing key-value stores compatible with the Leveldown API

Superseded by abstract-level. An abstract prototype matching the leveldown API.

Archived

GitHub

146 stars
12 watching
53 forks
Language: JavaScript
last commit: almost 2 years ago
abstractbrowserleveldownnodejsprototype

Related projects:

RepositoryDescriptionStars
replikativ/konserveA protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead300
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
workshopper/levelmeupAn introduction to Node.js databases through guided workshops and exercises.270
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
crystal-community/leveldbA Crystal binding for LevelDB, providing an interface to the fast key-value storage library.39
hemantasapkota/swiftstoreA LevelDB-backed key-value store for Swift applications123
dain/leveldbPort of LevelDB to Java for storing and retrieving data in a key-value format1,537
google/leveldbA fast key-value storage library with ordered mapping from string keys to string values.36,769
kim/leveldb-haskellProvides Haskell bindings to LevelDB for fast, disk-based key-value storage66
lmdbjava/benchmarksA benchmarking project comparing various Java-based key-value stores141
typelevel/doobieA functional JDBC layer that abstracts database interactions in a Scala-based programming language2,177
paulovap/qtleveldbA Qt/QML wrapper for Google's LevelDB key-value storage library55
simerplaha/swaydbA high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations.293
maximilianheidenreich/dsddbA lightweight key-value storage solution with simple API and support for primitive and custom data structures13
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23