Crate sqlx_mysql
source ·Expand description
MySQL database driver.
Modules§
- Conversions between Rust and MySQL/MariaDB 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§
- An alias for
Executor<'_, Database = MySql>
.
Type Aliases§
- An alias for
Pool
, specialized for MySQL. - An alias for
PoolOptions
, specialized for MySQL.