Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).
This repo is a fork of mozilla/rkv with fixes for issues encountered by mintlayer/mintlayer-core.
git clone --recursive https://github.com/mintlayer/lmdb-rs-mintlayer
cd lmdb-rs
cargo build
The lmdb source code is copied from: https://github.com/monero-project/monero
- lmdb-sys.
- Cursors.
- Zero-copy put API.
- Nested transactions.
- Database statistics.