summaryrefslogtreecommitdiff
path: root/libs/libmdbx/src/README.md
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-12-04 16:00:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-12-04 16:00:34 +0300
commit85370ab3a02ba4e167f20424d547d5e17f240352 (patch)
tree80ae78814db3425562d7e343597cc06f498bb157 /libs/libmdbx/src/README.md
parente81c72fefdc67622976c0444cba59ba4d77fee70 (diff)
libmdbx: promoting to 0.9.2.0 release
Diffstat (limited to 'libs/libmdbx/src/README.md')
-rw-r--r--libs/libmdbx/src/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/libs/libmdbx/src/README.md b/libs/libmdbx/src/README.md
index 90f2924608..3f643d2706 100644
--- a/libs/libmdbx/src/README.md
+++ b/libs/libmdbx/src/README.md
@@ -1,12 +1,15 @@
<!-- Required extensions: pymdownx.betterem, pymdownx.tilde, pymdownx.emoji, pymdownx.tasklist, pymdownx.superfences -->
-libmdbx
-========
-
> Please refer to the online [documentation](https://erthink.github.io/libmdbx/)
> with [`C` API description](https://erthink.github.io/libmdbx/group__c__api.html)
> and pay attention to the preliminary [`C++` API](https://github.com/erthink/libmdbx/blob/devel/mdbx.h%2B%2B).
+>
> Questions, feedback and suggestions are welcome to the [Telegram' group](https://t.me/libmdbx).
+>
+> For NEWS take a look to the [ChangeLog](./ChangeLog.md).
+
+libmdbx
+========
<!-- section-begin overview -->
_libmdbx_ is an extremely fast, compact, powerful, embedded,
@@ -480,6 +483,7 @@ Bindings
| Runtime | GitHub | Author |
| ------- | ------ | ------ |
+| [Nim](https://en.wikipedia.org/wiki/Nim_(programming_language)) | [NimDBX](https://github.com/snej/nimdbx) | [Jens Alfke](https://github.com/snej)
| Rust | [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/) |
| .NET | [mdbx.NET](https://github.com/wangjia184/mdbx.NET) | [Jerry Wang](https://github.com/wangjia184) |