Module drivers

Module drivers 

Source
Available on crate feature _unstable-docs only.

Structs§

Config
Configuration for specific database drivers (applies to macros and sqlx-cli only).
ExternalDriverConfig
Configuration for external database drivers.
MySqlConfig
Configuration for the MySQL database driver.
PgConfig
Configuration for the Postgres database driver.
SqliteConfig
Configuration for the SQLite database driver.

Type Aliases§

TryParseError
Type-erased [toml::de::Error].