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

#47 in #storage-engine

Download history 660/week @ 2024-05-22 431/week @ 2024-05-29 498/week @ 2024-06-05 497/week @ 2024-06-12 660/week @ 2024-06-19 647/week @ 2024-06-26 578/week @ 2024-07-03 820/week @ 2024-07-10 717/week @ 2024-07-17 1013/week @ 2024-07-24 867/week @ 2024-07-31 872/week @ 2024-08-07 636/week @ 2024-08-14 423/week @ 2024-08-21 582/week @ 2024-08-28 481/week @ 2024-09-04

2,317 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

~78–375KB