#lmdb #bindings #storage-engine #library

distill-downstream-lmdb-rkv

Idiomatic and safe LMDB wrapper

1 unstable release

Uses old Rust 2015

0.11.0-windows-fix Jan 30, 2021

#2865 in Database interfaces

Download history 9/week @ 2024-11-13 9/week @ 2024-11-20 15/week @ 2024-11-27 23/week @ 2024-12-04 29/week @ 2024-12-11 13/week @ 2024-12-18 7/week @ 2024-12-25 14/week @ 2025-01-01 15/week @ 2025-01-08 22/week @ 2025-01-15 5/week @ 2025-01-22 20/week @ 2025-01-29 82/week @ 2025-02-05 15/week @ 2025-02-12 31/week @ 2025-02-19 21/week @ 2025-02-26

156 downloads per month
Used in 2 crates (via distill-daemon)

Apache-2.0

100KB
2K SLoC

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.

lib.rs:

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

Dependencies

~0.5–0.9MB
~22K SLoC