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

#2612 in Database interfaces

Download history 1171/week @ 2023-12-07 537/week @ 2023-12-14 391/week @ 2023-12-21 583/week @ 2023-12-28 491/week @ 2024-01-04 482/week @ 2024-01-11 663/week @ 2024-01-18 527/week @ 2024-01-25 494/week @ 2024-02-01 605/week @ 2024-02-08 446/week @ 2024-02-15 609/week @ 2024-02-22 501/week @ 2024-02-29 679/week @ 2024-03-07 541/week @ 2024-03-14 622/week @ 2024-03-21

2,447 downloads per month
Used in 15 crates (via lmdb)

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