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
146 stars
12 watching
53 forks
Language: JavaScript
last commit: about 2 months ago abstractbrowserleveldownnodejsprototype
Related projects:
Repository | Description | Stars |
---|---|---|
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 300 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
workshopper/levelmeup | An introduction to Node.js databases through guided workshops and exercises. | 270 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
dain/leveldb | Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,537 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 141 |
typelevel/doobie | A functional JDBC layer that abstracts database interactions in a Scala-based programming language | 2,177 |
paulovap/qtleveldb | A Qt/QML wrapper for Google's LevelDB key-value storage library | 55 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |