mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2026-02-14 15:48:20 +00:00
2026-01-04 mdbx: update ChangeLog. 2026-01-04 mdbx-docs: add BTC and SOL to donations. 2026-01-04 mdbx-docs: refine common/title doxygen descriptions. 2026-01-04 mdbx-cmake: add more docs files. 2026-01-04 mdbx-doc: doxygen comments for `mdbx_cache_get()`. 2026-01-04 mdbx-test: add multithread case into `extra/get_cached`. 2026-01-03 mdbx: fix ABA-like issue and add `MDBX_CACHE_UNABLE`. 2026-01-03 mdbx: merge branch 'get-cached' into `devel`. \ 2025-12-06 mdbx-test: initial basic test for a multithreaded get-cached API. 2025-12-02 mdbx-test: using randomly/generated path for walking deep-transition matrix inside `extra/get-cached`. 2025-12-02 mdbx-test: add basic test for `get-cached` feature. 2025-11-27 mdbx++: initial/minimal support for `get-cached` feature (draft). 2025-12-01 mdbx: preview of `mdbx_get_cached()`.
44 lines
2.2 KiB
Plaintext
44 lines
2.2 KiB
Plaintext
libmdbx (aka MDBX) is an extremely fast, compact, powerful, embeddedable,
|
|
transactional key-value storage engine with open-source code. MDBX has a
|
|
specific set of properties and capabilities, focused on creating unique
|
|
lightweight solutions.
|
|
|
|
Please visit https://libmdbx.dqdkfa.ru for more information, changelog,
|
|
documentation, C++ API description and links to the original git repo
|
|
with the source code. Questions, feedback and suggestions are welcome
|
|
to the Telegram' group https://t.me/libmdbx.
|
|
|
|
Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`,
|
|
BTC `bc1qzvl9uegf2ea6cwlytnanrscyv8snwsvrc0xfsu`, SOL `FTCTgbHajoLVZGr8aEFWMzx3NDMyS5wXJgfeMTmJznRi`.
|
|
Всё будет хорошо!
|
|
|
|
Copyright 2015-2026 Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru>
|
|
SPDX-License-Identifier: Apache-2.0
|
|
For notes about the license change, credits and acknowledgments,
|
|
please refer to the COPYRIGHT file within libmdbx source.
|
|
|
|
---
|
|
|
|
On 2022-04-15, without any warnings or following explanations, the
|
|
Github administration deleted _libmdbx_, my account and all other
|
|
projects (status 404). A few months later, without any involvement or
|
|
notification from/to me, the projects were restored/opened in the "public
|
|
read-only archive" status from some kind of incomplete backup. I regard
|
|
these actions of Github as malicious sabotage, and I consider the Github
|
|
service itself to have lost trust forever.
|
|
|
|
As a result of what has happened, I will never, under any circumstances,
|
|
post the primary sources (aka origins) of my projects on Github, or rely
|
|
in any way on the Github infrastructure.
|
|
|
|
Nonetheless, taking into account that it is more convenient for users of
|
|
my projects to access them on Github, I did not want to restrict their
|
|
freedom or create inconvenience, and therefore I posted mirrors on
|
|
Github. However, it was noticed that despite the development of
|
|
_libmdbx_, free support and consultations, many projects and users
|
|
deviated from the rules of a fair deal and instead of helping and
|
|
building relationships, they began to adjust links and delete references
|
|
in violation of the license. Therefore, in protest against such unworthy
|
|
actions, on December 10, 2025, I decided to abandon the placement of
|
|
mirrors on Github.
|