mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-23 12:23:02 +00:00
Adding libmdbx-rs fork
Rust bindings for MDBX — fork of mozilla/lmdb-rs with patches to make it work with libmdbx.. Fast, compact, powerful, embedded, transactional key-value database, with permissive license.
This commit is contained in:
parent
dcd20a5d99
commit
3f223dcf10
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
|
|||
* [TerminusDB](https://github.com/terminusdb/terminusdb-store) - open source graph database and document store [![Build Status](https://github.com/terminusdb/terminusdb-store/workflows/Build/badge.svg?branch=master)](https://github.com/terminusdb/terminusdb-store/actions)
|
||||
* [tikv](https://github.com/tikv/tikv) — A distributed KV database in Rust [![Build Status](https://ci.pingcap.net/job/tikv_ghpr_test/badge/icon)](https://ci.pingcap.net/job/tikv_ghpr_test/)
|
||||
* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic.
|
||||
* [libmdbx-rs](https://github.com/vorot93/libmdbx-rs) Rust bindings for MDBX — fork of [mozilla/lmdb-rs](https://github.com/mozilla/lmdb-rs) with patches to make it work with [libmdbx](https://github.com/erthink/libmdbx). Fast, compact, powerful, embedded, transactional key-value database, with permissive license.
|
||||
|
||||
### Emulators
|
||||
|
||||
|
|
Loading…
Reference in a new issue