From 5d7b4e69367c7cb8e28b1b4cc5e19fbfb660c887 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sun, 24 Mar 2024 17:41:51 +0700 Subject: [PATCH] save --- README.md | 4 ++++ mdbx/Notes | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 mdbx/Notes diff --git a/README.md b/README.md index caa1cdd..cbff009 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Go bindings to the libmdbx: https://libmdbx.dqdkfa.ru +**Notice**: page `./mdbx` contains only `mdbx.h` and `mdbx.c` - to minimize go build time/size. +But full version of libmdbx (produced by it's `make dist` command) is in `./../mdbxdist/`. +License is also there. + Most of articles in internet about LMDB are applicable to MDBX. But mdbx has more features. For deeper DB understanding please read through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h) diff --git a/mdbx/Notes b/mdbx/Notes new file mode 100644 index 0000000..2f44821 --- /dev/null +++ b/mdbx/Notes @@ -0,0 +1,3 @@ +This package contains only mdbx.h and mdbx.c - to minimize go build time/size. +But full version of libmdbx (produced by it's `make dist` command) is in `./../mdbxdist/`. License is also there. +