mdbx: add link to Ruby bindings.

Change-Id: Idc3f23bec7fc4673cd614eb64a6b3788ae7acd92
This commit is contained in:
Leonid Yuriev
2021-03-15 03:36:51 +03:00
parent bd2c3d1c9c
commit 0e0682ff7a
3 changed files with 6 additions and 1 deletions

View File

@@ -486,8 +486,9 @@ and/or see the [mdbx.h](mdbx.h) header.
Bindings
========
| Runtime | Repo | Author |
| Runtime | Repo | Author |
| ------- | ------ | ------ |
| Ruby | [ruby-mdbx](https://rubygems.org/gems/mdbx/) | [Mahlon E. Smith](https://github.com/mahlonsmith) |
| Go | [mdbx-go](https://github.com/torquem-ch/mdbx-go) | [Alex Sharov](https://github.com/AskAlexSharov) |
| [Nim](https://en.wikipedia.org/wiki/Nim_(programming_language)) | [NimDBX](https://github.com/snej/nimdbx) | [Jens Alfke](https://github.com/snej)
| Rust | [heed](https://github.com/Kerollmops/heed), [mdbx-rs](https://github.com/Kerollmops/mdbx-rs) | [Clément Renault](https://github.com/Kerollmops) |