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

#44 in #storage-engine

Download history 447/week @ 2023-11-27 785/week @ 2023-12-04 858/week @ 2023-12-11 541/week @ 2023-12-18 517/week @ 2023-12-25 535/week @ 2024-01-01 419/week @ 2024-01-08 503/week @ 2024-01-15 595/week @ 2024-01-22 583/week @ 2024-01-29 594/week @ 2024-02-05 510/week @ 2024-02-12 456/week @ 2024-02-19 620/week @ 2024-02-26 606/week @ 2024-03-04 220/week @ 2024-03-11

1,928 downloads per month
Used in 14 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