Module diesel::mysql [−][src]
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
types | MySQL specific types |
Structs
Mysql | The MySQL backend |
MysqlConnection | A connection to a MySQL database. Connection URLs should be in the form
|
MysqlQueryBuilder | The MySQL query builder |
MysqlValue | Raw mysql value as received from the database |
Enums
MysqlType | Represents possible types, that can be transmitted as via the Mysql wire protocol |
NumericRepresentation | Represents all possible forms MySQL transmits integers |