Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mqnfred/lmdb-rs
https://github.com/mqnfred/lmdb-rs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mqnfred/lmdb-rs
- Owner: mqnfred
- License: apache-2.0
- Created: 2024-01-21T00:54:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T00:54:10.000Z (about 1 year ago)
- Last Synced: 2024-12-07T04:44:45.903Z (about 2 months ago)
- Language: Rust
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/danburkert/lmdb-rs.svg?branch=master)](https://travis-ci.org/danburkert/lmdb-rs)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/0bw21yfqsrsv3soh/branch/master?svg=true)](https://ci.appveyor.com/project/danburkert/lmdb-rs/branch/master)
[![Documentation](https://docs.rs/lmdb/badge.svg)](https://docs.rs/lmdb/)
[![Crate](https://img.shields.io/crates/v/lmdb.svg)](https://crates.io/crates/lmdb)# lmdb-rs
Idiomatic and safe APIs for interacting with the
[Symas Lightning Memory-Mapped Database (LMDB)](http://symas.com/mdb/).## Building from Source
```bash
git clone --recursive [email protected]:danburkert/lmdb-rs.git
cd lmdb-rs
cargo build
```## Features
* [x] lmdb-sys.
* [x] Cursors.
* [x] Zero-copy put API.
* [x] Nested transactions.
* [x] Database statistics.