Module sqlx::mysql[][src]

This is supported on crate feature mysql only.
Expand description

MySQL database driver.

Modules

types

Conversions between Rust and MySQL types.

Structs

MySql

MySQL database driver.

MySqlArguments

Implementation of Arguments for MySQL.

MySqlColumn
MySqlConnectOptions

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

MySqlConnection

A connection to a MySQL database.

MySqlDatabaseError

An error returned from the MySQL database.

MySqlQueryResult
MySqlRow

Implementation of Row for MySQL.

MySqlStatement
MySqlTransactionManager

Implementation of [TransactionManager] for MySQL.

MySqlTypeInfo

Type information for a MySql type.

MySqlValue

Implementation of Value for MySQL.

MySqlValueRef

Implementation of ValueRef for MySQL.

Enums

MySqlSslMode

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

MySqlValueFormat

Type Definitions

MySqlPool

An alias for Pool, specialized for MySQL.

MySqlPoolOptions

An alias for PoolOptions, specialized for MySQL.