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

#2846 in Database interfaces

Download history 408/week @ 2024-11-16 578/week @ 2024-11-23 740/week @ 2024-11-30 828/week @ 2024-12-07 602/week @ 2024-12-14 310/week @ 2024-12-21 409/week @ 2024-12-28 487/week @ 2025-01-04 654/week @ 2025-01-11 1095/week @ 2025-01-18 1212/week @ 2025-01-25 1713/week @ 2025-02-01 1448/week @ 2025-02-08 1208/week @ 2025-02-15 1607/week @ 2025-02-22 1487/week @ 2025-03-01

5,997 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–355KB