From c17ab74521f9c1f5bcf522e0ecf998945096cfd2 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 7 Sep 2020 16:15:22 +0300 Subject: [PATCH] mdbx: add link to documentation & C++ API. Change-Id: Ib61ab37b9083ef088920cba8e331f71776b191cd --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dcb6dbbe..236f328f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ 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/c%2B%2B/mdbx.h%2B%2B). +> Feedback and suggestions are welcome! + _libmdbx_ is an extremely fast, compact, powerful, embedded, transactional [key-value database](https://en.wikipedia.org/wiki/Key-value_database),