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 37db788f1c update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000) 10 years ago
lmdb-sys update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000) 10 years ago
src update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000) 10 years ago
.gitignore lmdb-sys 10 years ago
.gitmodules lmdb-sys 10 years ago
.travis.yml Fiddle with travis configuration 10 years ago
Cargo.toml update for rustc 1.0.0-nightly (1d00c545e 2015-01-30 19:56:34 +0000) 10 years ago
LICENSE Initial commit 10 years ago
README.md zero-copy put api. 10 years ago

README.md

Build Status

Documentation

Cargo

lmdb-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.

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.