Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Mar 24, 2024
1 parent 7e2a48b commit 5d7b4e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions mdbx/Notes
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5d7b4e6

Please sign in to comment.