Safe Rust bindings for LMDB with encryption at rest
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 5a70b18c0a Remove deny(warnings) 7 years ago
lmdb-sys Update dependencies and add database statistics (#23) 7 years ago
src Remove deny(warnings) 7 years ago
.appveyor.yml Update crate metadata and CI 7 years ago
.gitignore lmdb-sys 10 years ago
.gitmodules Update for stable Rust 9 years ago
.rustfmt.toml Disable rustfmt by default (#14) 7 years ago
.travis.yml Update dependencies and add database statistics (#23) 7 years ago
Cargo.toml Update dependencies and add database statistics (#23) 7 years ago
LICENSE Initial commit 10 years ago
README.md Update README.md 7 years ago

README.md

Build Status Windows Build Status Documentation Crate

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

Features

  • lmdb-sys.
  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.