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 with ordered mapping from string keys to string values. | 36,769 |
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. | 41 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |
rust-rocksdb/rust-rocksdb | A Rust wrapper around the RocksDB database system. | 1,893 |
dain/leveldb | Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,537 |
seladb/pickledb-rs | A lightweight key-value store written in Rust | 261 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 115 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 378 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 478 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
fltk-rs/fltk-rs | Rust bindings for a cross-platform GUI library | 1,646 |
kipdata/fncksql | A lightweight embedded relational database that provides a user-friendly API and supports complex data operations. | 570 |
rustixir/darkbird | An in-memory document-oriented database optimized for fast real-time data searches and queries. | 496 |