From 2c643d5b537ed69e9783b4c6ee59f071f3c6bb44 Mon Sep 17 00:00:00 2001 From: "Jerry.Wang" Date: Wed, 17 Oct 2018 09:42:26 +0800 Subject: [PATCH] README.md : added link to mdbx.NET --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c07de31..a2a6ab7a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,12 @@ libmdbx 6. [Asynchronous lazy data flushing](https://sites.fas.harvard.edu/~cs265/papers/kathuria-2008.pdf) to disk(s); 7. etc... -Don't miss [Java Native Interface](https://github.com/castortech/mdbxjni) by [Castor Technologies](https://castortech.com/). +Don't miss libmdbx for other runtimes. + +| Runtime | GitHub | Author | +| ------------- | ------------- | ------------- | +| JVM | [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) | -----