leveldb
Database library
Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage
183 stars
10 watching
54 forks
Language: Rust
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
skade/mailbox | A tutorial project demonstrating how to build a simple networked mailbox program with concurrency and networking in Rust. | 28 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
rust-rocksdb/rust-rocksdb | A Rust wrapper around the RocksDB database system. | 1,862 |
dain/leveldb | Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,529 |
seladb/pickledb-rs | A lightweight key-value store written in Rust | 259 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 114 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 379 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 477 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
fltk-rs/fltk-rs | Rust bindings for a lightweight GUI library with customizable widgets and permissive licensing. | 1,614 |
kipdata/fncksql | An in-language SQL database that enables direct function calls for high-performance data access | 565 |
rustixir/darkbird | An in-memory document-oriented database optimized for fast real-time data searches and queries. | 493 |