Module diesel::mysql [] [src]

Reexports

pub use self::query_builder::MysqlQueryBuilder;

Modules

query_builder
types

Structs

Mysql
MysqlConnection

A connection to a MySQL database. Connection URLs should be in the form mysql://[user[:password]@]host/database_name

Enums

MysqlType

Represents the possible forms a bind parameter can be transmitted as. Each variant represents one of the forms documented at https://dev.mysql.com/doc/refman/5.7/en/c-api-prepared-statement-type-codes.html