Description
Applications can store key-value data in a fast embedded database library with DBM-style access patterns. This is useful for developers who need local structured storage without running a separate database server.
The package is database infrastructure and not a user-facing data manager by itself. Applications using it are responsible for backups, locking, and data format compatibility.