mdbx: update available Bindings list.

This commit is contained in:
Leonid Yuriev 2021-07-21 17:39:34 +03:00
parent 13912be35d
commit 9a04c9a350
3 changed files with 13 additions and 0 deletions

View File

@ -497,6 +497,7 @@ FCXX
fd
fdatasync
featuredarticles
fedotov
FEEDNAME
feof
ferror
@ -784,6 +785,7 @@ klen
KMGTPEZY
knipp
kp
kriszyp
ks
ksize
kstat
@ -840,6 +842,7 @@ LLV
llvm
lmb
lmdb
lmdbx
LMEM
LNK
lnps
@ -885,6 +888,7 @@ MACROFILE
MADV
madvise
mahlonsmith
mailto
maindb
mainpage
maj
@ -1118,6 +1122,7 @@ notls
notracking
NOWAIT
npages
npmjs
npos
npr
nproc
@ -1478,6 +1483,7 @@ semop
sems
sendfile
sepkey
sergey
SETALL
SETFD
setlen
@ -1962,3 +1968,4 @@ zi
ZLIB
zu
zx
Zyp

View File

@ -25,6 +25,9 @@ Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing.
- [Andrea Lanfranchi](https://github.com/AndreaLanfranchi) for reporting bugs.
- [Lionel Debroux](https://github.com/debrouxl) for fuzzing tests and reporting bugs.
- [Sergey Fedotov](https://github.com/SergeyFromHell/) for [`node-mdbx` NodeJS bindings](https://www.npmjs.com/package/node-mdbx).
- [Kris Zyp](https://github.com/kriszyp) for [`lmdbx-store` NodeJS bindings](https://github.com/kriszyp/lmdbx-store).
- [Noel Kuntze](https://github.com/Thermi) for [draft Python bindings](https://github.com/erthink/libmdbx/commits/python-bindings).
New features, extensions and improvements:

View File

@ -558,6 +558,9 @@ Bindings
| Runtime | Repo | Author |
| ------- | ------ | ------ |
| Python (draft) | [python-bindings](https://github.com/erthink/libmdbx/commits/python-bindings) branch | [Noel Kuntze](https://github.com/Thermi)
| NodeJS | [lmdbx-store](https://github.com/kriszyp/lmdbx-store) | [Kris Zyp](https://github.com/kriszyp/)
| NodeJS | [node-mdbx](https://www.npmjs.com/package/node-mdbx/) | [Сергей Федотов](mailto:sergey.fedotov@corp.mail.ru) |
| 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)