Crate cdbc_mysql
source · [−]Expand description
MySQL database driver.
Re-exports
pub extern crate cdbc;
Modules
Conversions between Rust and MySQL 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 [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 Definitions
An alias for [Pool
][crate::pool::Pool], specialized for MySQL.
An alias for [PoolOptions
][crate::pool::PoolOptions], specialized for MySQL.