Expand description
MySQL database driver.
Modules§
- types
- Conversions between Rust and MySQL/MariaDB types.
Structs§
- MySql
- MySQL database driver.
- MySql
Arguments - Implementation of
Arguments
for 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
Row
for MySQL. - MySql
Statement - MySql
Transaction Manager - Implementation of [
TransactionManager
] for MySQL. - MySql
Type Info - Type information for a MySql type.
- MySql
Value - Implementation of
Value
for MySQL. - MySql
Value Ref - Implementation of
ValueRef
for 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. - MySql
Transaction - An alias for
Transaction
, specialized for MySQL.