1 unstable release

Uses old Rust 2015

0.11.0-windows-fix Jan 30, 2021

#10 in #lmdb-bindings

25 downloads per month
Used in 2 crates (via distill-daemon)

Apache-2.0

100KB
2K SLoC

Idiomatic and safe APIs for interacting with the Lightning Memory-mapped Database (LMDB).


Build Status Windows Build status

lmdb-rs

Idiomatic and safe APIs for interacting with the Symas Lightning Memory-Mapped Database (LMDB).

This repo is a fork of danburkert/lmdb-rs with fixes for issues encountered by mozilla/rkv.

Building from Source

git clone --recursive git@github.com:mozilla/lmdb-rs.git
cd lmdb-rs
cargo build

Features

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

Dependencies

~0.5–0.8MB
~19K SLoC