The type of database to use. This is automatically inferred from DATABASE_URL, but must be set manually if you are using DATABASE_URL_FILE.
Declarations
Type
null or one of "postgresql", "mysql"
Default
if config.services.umami.settings.DATABASE_URL != null && hasPrefix "mysql://" config.services.umami.settings.DATABASE_URL then "mysql" else "postgresql"
Example
"mysql"