mdbx: add reference to Go bindings.

Change-Id: Ib50012e30c0ab98d97024b7268b159aeeb883363
This commit is contained in:
Leonid Yuriev 2021-02-07 14:32:27 +03:00
parent 2727072ad9
commit 34dcb410a9
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,10 @@ TODO:
- Finalize C++ API (few typos and trivia bugs are still likely for now).
- Packages for [ROSA Linux](https://www.rosalinux.ru/), [ALT Linux](https://www.altlinux.org/), Fedora/RHEL, Debian/Ubuntu.
Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for [mdbx-go](https://github.com/torquem-ch/mdbx-go).
New features:
- Added `MDBX_DISABLE_PAGECHECKS` build option to disable some checks to reduce an overhead

View File

@ -486,8 +486,9 @@ and/or see the [mdbx.h](mdbx.h) header.
Bindings
========
| Runtime | GitHub | Author |
| Runtime | Repo | Author |
| ------- | ------ | ------ |
| 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) |
| Java | [mdbxjni](https://github.com/castortech/mdbxjni) | [Castor Technologies](https://castortech.com/) |