Description
Stores key-value data inside applications using an embedded database engine designed for high write throughput and fast reads. It is useful for servers, caches, metadata stores, and applications that need local persistent storage without a separate database server.
Embedded databases can hold important application state. Plan backups, corruption handling, upgrades, and access permissions before using it for production data.