Database engine to use. Please note that using Postgres is highly discouraged as it is only supported for legacy reasons. All new development, testing and optimisations are done with SQLite in mind.
Declarations
Type
one of "sqlite", "sqlite3", "postgres"
Default
"sqlite"
Example
"postgres"