You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| lmdb-sys | 6 years ago | |
| src | 6 years ago | |
| .appveyor.yml | 7 years ago | |
| .gitignore | 11 years ago | |
| .gitmodules | 7 years ago | |
| .rustfmt.toml | 8 years ago | |
| .travis.yml | 7 years ago | |
| Cargo.toml | 6 years ago | |
| LICENSE | 11 years ago | |
| README.md | 7 years ago | |
| azure-pipelines-template.yml | 7 years ago | |
| azure-pipelines.yml | 7 years ago | |
README.md
lmdb-rs
Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).
This repo is a fork of danburkert/lmdb-rs with fixes for issues encountered by mozilla/rkv.
Building from Source
git clone --recursive git@github.com:mozilla/lmdb-rs.git
cd lmdb-rs
cargo build
Features
- lmdb-sys.
- Cursors.
- Zero-copy put API.
- Nested transactions.
- Database statistics.