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

#2783 in Database interfaces

Download history 776/week @ 2024-07-19 925/week @ 2024-07-26 980/week @ 2024-08-02 716/week @ 2024-08-09 558/week @ 2024-08-16 497/week @ 2024-08-23 613/week @ 2024-08-30 510/week @ 2024-09-06 460/week @ 2024-09-13 429/week @ 2024-09-20 605/week @ 2024-09-27 724/week @ 2024-10-04 891/week @ 2024-10-11 548/week @ 2024-10-18 487/week @ 2024-10-25 642/week @ 2024-11-01

2,710 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–330KB