1 unstable release

Uses old Rust 2015

0.8.0-windows-fix Jan 30, 2021

#40 in #lmdb

Download history 28/week @ 2023-12-13 29/week @ 2023-12-20 10/week @ 2023-12-27 16/week @ 2024-01-03 53/week @ 2024-01-10 52/week @ 2024-01-17 21/week @ 2024-01-24 13/week @ 2024-01-31 24/week @ 2024-02-07 38/week @ 2024-02-14 41/week @ 2024-02-21 49/week @ 2024-02-28 57/week @ 2024-03-06 39/week @ 2024-03-13 51/week @ 2024-03-20 56/week @ 2024-03-27

211 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