Safe Rust bindings for LMDB with encryption at rest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Myk Melez 9996feebe0
Merge pull request #39 from mozilla/publish-0.11.3
5 years ago
lmdb-sys update patch version for lmdb-rkv-sys 0.8.2 5 years ago
src update patch version for lmdb-rkv 0.11.3 5 years ago
.appveyor.yml Update .appveyor.yml 6 years ago
.gitignore lmdb-sys 10 years ago
.gitmodules switch to mozilla/lmdb submodule 5 years ago
.rustfmt.toml Disable rustfmt by default (#14) 7 years ago
.travis.yml require Rust 1.30 5 years ago
Cargo.toml update patch version for lmdb-rkv 0.11.3 5 years ago
LICENSE Initial commit 10 years ago
README.md update URLs and credit upstream repo 6 years ago
azure-pipelines-template.yml move back to default azure-pipelines.yml config file 5 years ago
azure-pipelines.yml move back to default azure-pipelines.yml config file 5 years ago

README.md

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.