abstract-leveldown
Key-value store prototype
Provides an abstract base class for implementing key-value stores compatible with the Leveldown API
An abstract prototype matching the leveldown API.
146 stars
12 watching
53 forks
Language: JavaScript
last commit: about 1 year ago abstractbrowserleveldownnodejsprototype
Related projects:
Repository | Description | Stars |
---|---|---|
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
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,529 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 139 |
typelevel/doobie | A functional JDBC layer that abstracts database interactions in a Scala-based programming language | 2,171 |
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. | 22 |