mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-29 08:38:49 +08:00
mdbx: add info about Deno support.
This commit is contained in:
parent
bd51e181fb
commit
1c409a38d3
@ -22,12 +22,14 @@ ChangeLog
|
||||
Acknowledgements:
|
||||
|
||||
- [Alex Sharov](https://github.com/AskAlexSharov) for reporting, testing and provide resources for remote debugging/investigation.
|
||||
- [Kris Zyp](https://github.com/kriszyp) for [Deno](https://deno.land/) support.
|
||||
|
||||
New features, extensions and improvements:
|
||||
|
||||
- Added treating the `UINT64_MAX` value as maximum for given option inside `mdbx_env_set_option()`.
|
||||
- Added `to_hex/to_base58/to_base64::output(std::ostream&)` overloads without using temporary string objects as buffers.
|
||||
- Added `--geometry-jitter=YES|no` option to the test framework.
|
||||
- Added support for [Deno](https://deno.land/) support by [Kris Zyp](https://github.com/kriszyp).
|
||||
|
||||
Fixes:
|
||||
|
||||
|
@ -571,7 +571,7 @@ Bindings
|
||||
| Runtime | Repo | Author |
|
||||
| ------- | ------ | ------ |
|
||||
| Haskell | [libmdbx-hs](https://hackage.haskell.org/package/libmdbx) | [Francisco Vallarino](https://github.com/fjvallarino) |
|
||||
| NodeJS | [lmdbx-js](https://github.com/kriszyp/lmdbx-js) | [Kris Zyp](https://github.com/kriszyp/)
|
||||
| NodeJS, [Deno](https://deno.land/) | [lmdbx-js](https://github.com/kriszyp/lmdbx-js) | [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) |
|
||||
|
Loading…
x
Reference in New Issue
Block a user