11 releases (6 breaking)

Uses old Rust 2015

0.8.0 Mar 3, 2018
0.7.2 Sep 9, 2017
0.7.1 Jul 15, 2017
0.6.0 Jul 17, 2016
0.1.0 Nov 23, 2014

#21 in #storage-engine

Download history 424/week @ 2024-12-18 339/week @ 2024-12-25 471/week @ 2025-01-01 501/week @ 2025-01-08 814/week @ 2025-01-15 1167/week @ 2025-01-22 1386/week @ 2025-01-29 1599/week @ 2025-02-05 1496/week @ 2025-02-12 1379/week @ 2025-02-19 1821/week @ 2025-02-26 1368/week @ 2025-03-05 1160/week @ 2025-03-12 1741/week @ 2025-03-19 832/week @ 2025-03-26 900/week @ 2025-04-02

4,815 downloads per month
Used in 15 crates (10 directly)

Apache-2.0

450KB
11K SLoC

C 10K SLoC // 0.2% comments Rust 2K SLoC // 0.0% comments

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


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.

Dependencies

~89–435KB