Integrates the Configu Orchestrator with SQLite.
.configu
store declarationPRAGMA busy_timeout
to make SQLite wait before throwing the error, e.g..dump
command to export and re-import data.tables
in the SQLite CLI. Verify the correct database file is being accessed. Ensure the SQL code or migrations to create the table have been executed before trying to access it.