Description
A C++ key-value database library that provides a modern DBM-style storage engine for applications needing embedded data persistence.
It is useful to developers building software that needs fast local storage without a full database server. Users usually receive it as a dependency of applications that store structured data locally.