Description
A fast embedded key-value database that stores data through memory-mapped files, commonly used when applications need local persistent storage with low overhead.
It is database infrastructure inside applications, not a standalone database server. Users should rely on application backups because data is usually stored in local files managed by the program.