diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 3d13503e..925c7fbd 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -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 diff --git a/ChangeLog.md b/ChangeLog.md index 974f9c64..c576dc16 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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: diff --git a/README.md b/README.md index 31d83140..afd87596 100644 --- a/README.md +++ b/README.md @@ -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)