gecko-dev/third_party/rust/lmdb-rkv
2018-11-02 10:56:08 -04:00
..
src Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
Cargo.toml Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00
LICENSE Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00
README.md Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00

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.