diff --git a/ChangeLog.md b/ChangeLog.md index b89556a1..5e7cde65 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/README.md b/README.md index 6077db37..9c7f2e38 100644 --- a/README.md +++ b/README.md @@ -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/) |