Module sqlx_oldapi::mysql 
source · Available on crate feature 
mysql only.Expand description
MySQL database driver.
Modules
- Conversions between Rust and MySQL types.
Structs
- MySQL database driver.
- Implementation ofArgumentsfor 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 ofRowfor MySQL.
- Implementation of [TransactionManager] for MySQL.
- Type information for a MySql type.
- Implementation ofValuefor MySQL.
- Implementation ofValueReffor MySQL.
Enums
- Options for controlling the desired security state of the connection to the MySQL server.
Traits
- An alias forExecutor<'_, Database = MySql>.
Type Definitions
- An alias forPool, specialized for MySQL.
- An alias forPoolOptions, specialized for MySQL.