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 14de57067a Initial commit 10 years ago
src Initial commit 10 years ago
.gitignore Initial commit 10 years ago
Cargo.toml Initial commit 10 years ago
LICENSE Initial commit 10 years ago
README.md Initial commit 10 years ago

README.md

lmdbd-rs

Safe Rust bindings for the Symas Lightning Memory-Mapped Database(LMDB).

Provides the minimal amount of abstraction necessary to interact with LMDB safely in Rust. In general, the API is very similar to the LMDB C-API.

TODO

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