1 unstable release

Uses old Rust 2015

0.8.0-windows-fix Jan 30, 2021

#2796 in Database interfaces

Download history 55/week @ 2024-01-13 48/week @ 2024-01-20 15/week @ 2024-01-27 15/week @ 2024-02-03 30/week @ 2024-02-10 44/week @ 2024-02-17 40/week @ 2024-02-24 55/week @ 2024-03-02 49/week @ 2024-03-09 39/week @ 2024-03-16 56/week @ 2024-03-23 89/week @ 2024-03-30 38/week @ 2024-04-06 49/week @ 2024-04-13 43/week @ 2024-04-20 30/week @ 2024-04-27

171 downloads per month
Used in 3 crates (via distill-downstream-lmdb-r…)

Apache-2.0

410KB
11K SLoC

C 10K SLoC // 0.2% comments Rust 199 SLoC // 0.0% comments

Build Status Windows Build status

lmdb-rs

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

This repo is a fork of danburkert/lmdb-rs with fixes for issues encountered by mozilla/rkv.

Building from Source

git clone --recursive git@github.com:mozilla/lmdb-rs.git
cd lmdb-rs
cargo build

Features

  • lmdb-sys.
  • Cursors.
  • Zero-copy put API.
  • Nested transactions.
  • Database statistics.

Dependencies