Database
Storage
Data is stored in SQLite with WAL mode enabled. Migrations are managed by Goose and run automatically on startup. Queries are generated from SQL files by SQLC.
Data is stored in SQLite with WAL mode enabled. Migrations are managed by Goose and run automatically on startup. Queries are generated from SQL files by SQLC.