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 c43a2ee793 appveyor 8 years ago
lmdb-sys tweaks to enable windows builds with msvc (#9) 8 years ago
src tweaks to enable windows builds with msvc (#9) 8 years ago
.appveyor.yml appveyor 8 years ago
.gitignore lmdb-sys 10 years ago
.gitmodules Update for stable Rust 9 years ago
.travis.yml new doc upload token 9 years ago
Cargo.toml update doc links 9 years ago
LICENSE Initial commit 10 years ago
README.md appveyor 8 years ago

README.md

Build Status Windows Build Status

Documentation

Cargo

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.