mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 01:44:13 +08:00
mdbx: add reference to Go bindings.
Change-Id: Ib50012e30c0ab98d97024b7268b159aeeb883363
This commit is contained in:
parent
2727072ad9
commit
34dcb410a9
@ -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
|
||||
|
@ -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/) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user