Description
Go applications can store local key-value data in an embedded database without running a separate server. It is useful for developers building tools that need durable local storage.
Embedded databases write directly to application files. Use backups and migration care when data matters, especially during format or schema changes.