Crate mysql
Expand description
MySQL database driver.
Modules§
Structs§
- MySql
 - MySQL database driver.
 - MySql
Arguments  - Implementation of 
Argumentsfor MySQL. - MySql
Column  - MySql
Connect Options  - Options and flags which can be used to configure a MySQL connection.
 - MySql
Connection  - A connection to a MySQL database.
 - MySql
Database Error  - An error returned from the MySQL database.
 - MySql
Query Result  - MySql
Row  - Implementation of 
Rowfor MySQL. - MySql
Statement  - MySql
Transaction Manager  - Implementation of [
TransactionManager] for MySQL. - MySql
Type Info  - Type information for a MySql type.
 - MySql
Value  - Implementation of 
Valuefor MySQL. - MySql
Value Ref  - Implementation of 
ValueReffor MySQL. 
Enums§
- MySql
SslMode  - Options for controlling the desired security state of the connection to the MySQL server.
 - MySql
Value Format  
Traits§
- MySql
Executor  - An alias for 
Executor<'_, Database = MySql>. 
Type Aliases§
- MySql
Pool  - An alias for 
Pool, specialized for MySQL. - MySql
Pool Options  - An alias for 
PoolOptions, specialized for MySQL.