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

#53 in #storage-engine

Download history 384/week @ 2024-11-15 525/week @ 2024-11-22 762/week @ 2024-11-29 743/week @ 2024-12-06 694/week @ 2024-12-13 308/week @ 2024-12-20 435/week @ 2024-12-27 431/week @ 2025-01-03 644/week @ 2025-01-10 1011/week @ 2025-01-17 1285/week @ 2025-01-24 1570/week @ 2025-01-31 1476/week @ 2025-02-07 1086/week @ 2025-02-14 1749/week @ 2025-02-21 1423/week @ 2025-02-28

6,282 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

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.

lib.rs:

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

Dependencies

~89–470KB
~11K SLoC