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.
Dan Burkert
4d85f7390f
|
7 years ago | |
---|---|---|
lmdb-sys | 7 years ago | |
src | 7 years ago | |
.appveyor.yml | 7 years ago | |
.gitignore | 10 years ago | |
.gitmodules | 9 years ago | |
.rustfmt.toml | 7 years ago | |
.travis.yml | 7 years ago | |
Cargo.toml | 7 years ago | |
LICENSE | 10 years ago | |
README.md | 7 years ago |
README.md
lmdb-rs
Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).
Building from Source
git clone --recursive git@github.com:danburkert/lmdb-rs.git
cd lmdb-rs
cargo build
TODO
- lmdb-sys.
- Cursors.
- Zero-copy put API.
- Nested transactions.
- Database statistics.