DBBackend

Representation of the database backend.

This is used to determine the correct driver and the correct dialect to use.

Values

ValueMeaning
Invalid

This exists to forbid default initializations.

Using this type will result in an Error with Type.ConfigurationError.

SQLite

SQLite backend

MySQL

MySQL / MariaDB backend

Postgres

Postgres backend

Meta