10 releases (5 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.4.2 Mar 21, 2015

#19 in #storage-engine

Download history 430/week @ 2024-12-18 336/week @ 2024-12-25 476/week @ 2025-01-01 510/week @ 2025-01-08 815/week @ 2025-01-15 1152/week @ 2025-01-22 1406/week @ 2025-01-29 1638/week @ 2025-02-05 1510/week @ 2025-02-12 1379/week @ 2025-02-19 1826/week @ 2025-02-26 1369/week @ 2025-03-05 1158/week @ 2025-03-12 1735/week @ 2025-03-19 845/week @ 2025-03-26 893/week @ 2025-04-02

4,812 downloads per month
Used in 16 crates (2 directly)

Apache-2.0

365KB
10K SLoC

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

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

~0.4–320KB