Module diesel::mysql[][src]

Expand description

Provides types and functions related to working with MySQL

Much of this module is re-exported from database agnostic locations. However, if you are writing code specifically to extend Diesel on MySQL, you may need to work with this module directly.

Modules

MySQL specific types

Structs

The MySQL backend

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

The MySQL query builder

Enums

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