diff options
Diffstat (limited to 'libs/libmdbx/src/README.md')
-rw-r--r-- | libs/libmdbx/src/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/libmdbx/src/README.md b/libs/libmdbx/src/README.md index 7c07de316e..a2a6ab7ac3 100644 --- a/libs/libmdbx/src/README.md +++ b/libs/libmdbx/src/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) | ----- |