lmdb-rs
lmdb-rs copied to clipboard
Safe Rust bindings for LMDB
lmdb-rs
Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).
Building from Source
git clone --recursive [email protected]:danburkert/lmdb-rs.git
cd lmdb-rs
cargo build
Features
- [x] lmdb-sys.
- [x] Cursors.
- [x] Zero-copy put API.
- [x] Nested transactions.
- [x] Database statistics.