Decision Workspace
redis_rocksdb vs lite_db vs mmdb
Side-by-side comparison of Rust crates
31
redis_rocksdb
growingv0.3.9
rust implement structure kv(key/value) embedded database, storage by rocksdb
33
lite_db
growingv0.1.6
rust implement lite structure kv embedded database --- lite db. lite fast kv db for mobile, client, wasm etc.
62
mmdb
stablev3.0.0
The storage engine behind vsdb — a pure-Rust LSM-Tree key-value store
Core Metrics
| redis_rocksdb | lite_db | mmdb | |
|---|---|---|---|
| Health Score | 31 | 33 | 62 |
| Total Downloads | 12.9K | 7.6K | 13.1K |
| 30d Downloads | 5 | 5 | 351 |
| Dependents | 0 | 0 | 27 |
| Releases | 11 | 7 | 22 |
| Last Updated | 716d ago | 356d ago | 7d ago |
| Age | 4y | 2y 8m | 1y 10m |
Health Breakdown
redis_rocksdb
Maintenance
4
Quality
7
Community
5
Popularity
5
Documentation
10
lite_db
Maintenance
6
Quality
7
Community
5
Popularity
5
Documentation
10
mmdb
Maintenance
19
Quality
12
Community
11
Popularity
5
Documentation
15
Technical Details
| redis_rocksdb | lite_db | mmdb | |
|---|---|---|---|
| Version | 0.3.9 | 0.1.6 | 3.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 9 | 9 | 13 |
| Crate Size | 41KB | 23KB | 167KB |
| Features | 0 | 0 | 2 |
| Yanked % | 90.9% | 71.4% | 86.4% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.89 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •mmdb leads with a health score of 62/100, but none of the options score above 80.
- •⚠ redis_rocksdb has not been updated in over a year.
- •redis_rocksdb, lite_db are pre-1.0 — API may change.