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

View File

@ -25,6 +25,9 @@ Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing. - [Alex Sharov](https://github.com/AskAlexSharov) for reporting and testing.
- [Andrea Lanfranchi](https://github.com/AndreaLanfranchi) for reporting bugs. - [Andrea Lanfranchi](https://github.com/AndreaLanfranchi) for reporting bugs.
- [Lionel Debroux](https://github.com/debrouxl) for fuzzing tests and 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: New features, extensions and improvements:

View File

@ -558,6 +558,9 @@ Bindings
| Runtime | Repo | Author | | 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) | | 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) | | 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) | [Nim](https://en.wikipedia.org/wiki/Nim_(programming_language)) | [NimDBX](https://github.com/snej/nimdbx) | [Jens Alfke](https://github.com/snej)