12个不稳定版本 (5个破坏性版本)

使用旧的Rust 2015

0.14.0 2020年3月10日
0.12.3 2019年9月25日
0.11.4 2019年4月15日
0.11.3 2019年3月29日
0.9.0 2018年11月19日

#389数据库接口

Download history 7226/week @ 2024-03-14 6312/week @ 2024-03-21 5658/week @ 2024-03-28 6521/week @ 2024-04-04 6867/week @ 2024-04-11 6537/week @ 2024-04-18 5979/week @ 2024-04-25 8234/week @ 2024-05-02 7606/week @ 2024-05-09 6476/week @ 2024-05-16 6707/week @ 2024-05-23 6811/week @ 2024-05-30 5726/week @ 2024-06-06 5532/week @ 2024-06-13 3917/week @ 2024-06-20 2949/week @ 2024-06-27

19,103 每月下载量
用于 31 个crate(12个直接使用)

Apache-2.0

535KB
13K SLoC

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

Build Status Windows Build status

lmdb-rs

Symas Lightning Memory-Mapped Database (LMDB)交互的惯用且安全的API。

此存储库是danburkert/lmdb-rs的分支,修复了mozilla/rkv遇到的问题。

从源代码构建

git clone --recursive [email protected]:mozilla/lmdb-rs.git
cd lmdb-rs
cargo build

发布到crates.io

要发布lmdb-rkv-sys crate到crates.io

git clone --recursive [email protected]:mozilla/lmdb-rs.git
cd lmdb-rs/lmdb-sys
# Update the version string in lmdb-sys/Cargo.toml and lmdb-sys/src/lib.rs.
cargo publish
git tag lmdb-rkv-sys-$VERSION # where $VERSION is the updated version string
git push [email protected]:mozilla/lmdb-rs.git --tags

要发布lmdb-rkv crate到crates.io

git clone --recursive [email protected]:mozilla/lmdb-rs.git
cd lmdb-rs
# Update the version string in Cargo.toml and src/lib.rs and temporarily change
# the lmdb-rkv-sys dependency in Cargo.toml to the latest version on crates.io.
cargo publish
git tag $VERSION # where $VERSION is the updated version string
git push [email protected]:mozilla/lmdb-rs.git --tags
# Change the lmdb-rkv-sys dependency in Cargo.toml back to a path dependency
# on the ./lmdb-sys directory.

功能

  • lmdb-sys.
  • 游标。
  • 零拷贝put API。
  • 嵌套事务。
  • 数据库统计信息。

依赖关系

~165–450KB