|
1 | 1 | # mdbx-go |
2 | 2 |
|
3 | | -Go bindings to the libmdbx: https://erthink.github.io/libmdbx/ |
| 3 | +Go bindings to the libmdbx: https://libmdbx.dqdkfa.ru |
4 | 4 |
|
5 | 5 | Most of articles in internet about LMDB are applicable to MDBX. But mdbx has more features. |
6 | 6 |
|
7 | | -For deeper DB understanding please read through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h) |
| 7 | +For deeper DB understanding please read through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h) |
8 | 8 |
|
9 | 9 | ## Min Requirements |
10 | 10 |
|
@@ -52,8 +52,8 @@ mdbx-go is to provide idiomatic database interactions without compromising the f |
52 | 52 |
|
53 | 53 | **NOTE:** While the mdbx package tries hard to make MDBX as easy to use as possible there are compromises, gotchas, and |
54 | 54 | caveats that application developers must be aware of when relying on MDBX to store their data. All users are encouraged |
55 | | -to fully read the [documentation](https://erthink.github.io/libmdbx/) so they are aware of these caveats. And even |
56 | | -better if read through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h) |
| 55 | +to fully read the [documentation](https://libmdbx.dqdkfa.ru) so they are aware of these caveats. And even |
| 56 | +better if read through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h) |
57 | 57 |
|
58 | 58 | ### High Performance notices |
59 | 59 |
|
@@ -89,8 +89,8 @@ Use NoReadahead if Data > RAM |
89 | 89 |
|
90 | 90 | - Its simpler design and implementation in pure Go mean it is free of many caveats and gotchas which are present using |
91 | 91 | the MDBX package. For more information about caveats with the MDBX package, consult its |
92 | | - [documentation](https://erthink.github.io/libmdbx/) so they are aware of these caveats. And even better if read |
93 | | - through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h). |
| 92 | + [documentation](https://libmdbx.dqdkfa.ru) so they are aware of these caveats. And even better if read |
| 93 | + through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h). |
94 | 94 |
|
95 | 95 | ### Advantages of MDBX |
96 | 96 |
|
@@ -121,8 +121,8 @@ On FreeBSD 10, you must explicitly set `CC` (otherwise it will fail with a crypt |
121 | 121 | ## Documentation |
122 | 122 |
|
123 | 123 | - Examples see in *_test.go files of this repo |
124 | | -- [The MDBX](https://erthink.github.io/libmdbx/) And even better if read |
125 | | - through [mdbx.h](https://github.com/erthink/libmdbx/blob/master/mdbx.h). |
| 124 | +- [The MDBX](https://libmdbx.dqdkfa.ru) And even better if read |
| 125 | + through [mdbx.h](https://gitflic.ru/project/erthink/libmdbx/blob?file=mdbx.h). |
126 | 126 | - [godoc.org](https://godoc.org/github.com/torquem-ch/mdbx-go) |
127 | 127 | - [The LMDB](http://symas.com/lmdb/) |
128 | 128 |
|
|
0 commit comments