📄️ Configuration
Goose has a number of configuration options that can be used to change the behavior of the system.
📄️ Pragmas
The PRAGMA statement is a SQL extension adopted by Goose from SQLite. PRAGMA statements can be issued in a similar manner to regular SQL statements. PRAGMA commands may alter the internal state of the database engine, and can influence the subsequent execution or behavior of the engine.
📄️ Secrets Manager
The Secrets manager provides a unified user interface for secrets across all backends that use them. Secrets can be scoped, so different storage prefixes can have different secrets, allowing for example to join data across organizations in a single query. Secrets can also be persisted, so that they do not need to be specified every time Goose is launched.