good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit cedb4865 authored by battlmonstr's avatar battlmonstr Committed by GitHub
Browse files

docs: update libmdbx links (#3929)

parent 5058e45e
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ We have Go, Rust and C++ implementations of `RoKV` interface.
Rationale and Architecture of DB interface: [./../../ethdb/Readme.md](../../ethdb/Readme.md)
MDBX docs: [erthink.github.io/libmdbx/](https://erthink.github.io/libmdbx/)
and [https://github.com/erthink/libmdbx/blob/master/mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
MDBX: [docs](https://libmdbx.website.yandexcloud.net)
and [mdbx.h](https://github.com/torquem-ch/libmdbx/blob/master/mdbx.h)
### How RAM used
......
......@@ -145,7 +145,7 @@ feature DupFixed (can add this flag to table configuration).
It means in 1 db call you can Get/Put up to 4Kb of sub-table keys.
[mdbx docs](https://github.com/erthink/libmdbx/blob/master/mdbx.h)
[see mdbx.h](https://github.com/torquem-ch/libmdbx/blob/master/mdbx.h)
Erigon
---------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment