Description
Embedded ACID key-value storage helps applications keep durable structured data inside their own process without running a separate database server. MDBX is useful for performance-sensitive software such as blockchain nodes and local indexes.
This is a database engine library, not an administration GUI. Applications using it control durability, file placement, backups, and recovery, so data directories should be protected carefully.