Credential Source
How database credentials are obtained at run time. The connection reference itself never carries secrets — only references to where the secret lives (an env-var name, a file path) or a hint to prompt for it.
Inheritors
Types
Link copied to clipboard
@Serializable
Read the username/password from named environment variables.
Link copied to clipboard
Read credentials from a TOML secrets file (outside the config) with username and password keys.
Link copied to clipboard
No credentials required (embedded/file database, or otherwise trusted).
Link copied to clipboard
The front-end prompts the user at run time; never persisted.