Module sqlx::mysql

source · []
This is supported on crate feature mysql only.
Expand description

MySQL database driver.

Modules

Conversions between Rust and MySQL types.

Structs

MySQL database driver.

Implementation of Arguments for MySQL.

Options and flags which can be used to configure a MySQL connection.

A connection to a MySQL database.

An error returned from the MySQL database.

Implementation of Row for MySQL.

Implementation of [TransactionManager] for MySQL.

Type information for a MySql type.

Implementation of Value for MySQL.

Implementation of ValueRef for MySQL.

Enums

Options for controlling the desired security state of the connection to the MySQL server.

Traits

Type Definitions

An alias for Pool, specialized for MySQL.

An alias for PoolOptions, specialized for MySQL.