From ed86d9c06667f65c929c39eedd6b3a87899b062a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 5 Mar 2022 13:19:32 +0300 Subject: [PATCH] mdbx: add link to Scala bindings. Resolves https://github.com/erthink/libmdbx/issues/274. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f4bdbe..111f8f54 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ Bindings | Runtime | Repo | Author | | ------- | ------ | ------ | +| Scala | [mdbx4s](https://github.com/david-bouyssie/mdbx4s) | [David Bouyssié](https://github.com/david-bouyssie) | | Haskell | [libmdbx-hs](https://hackage.haskell.org/package/libmdbx) | [Francisco Vallarino](https://github.com/fjvallarino) | | 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) |