pickledb-rs
Key-value database
A lightweight key-value store written in Rust
PickleDB-rs is a lightweight and simple key-value store. It is a Rust version for Python's PickleDB
259 stars
4 watching
30 forks
Language: Rust
last commit: 4 months ago
Linked from 1 awesome list
databasedbkey-value-databasekvlightweightnosqlnosql-databasepickledbrust
Related projects:
Repository | Description | Stars |
---|---|---|
patx/pickledb | A lightweight key-value store implementation using Python's JSON module | 925 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
radareorg/sdb | A lightweight key-value store with basic data structure support and syntax sugar for JSON and arrays | 217 |
skade/leveldb | Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 114 |
fern4lvarez/piladb | A lightweight, RESTful database engine based on stack data structures | 206 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
tikv/client-rust | Provides an async Rust client for interacting with a distributed key-value store. | 389 |
kipdata/fncksql | An in-language SQL database that enables direct function calls for high-performance data access | 565 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
iabudiab/objectiverocks | An Objective-C wrapper around RocksDB for persistent key-value storage | 58 |