Available on crate feature
mariadb_backend only.Expand description
Provides types and functions related to working with MariaDB
Much of this module is re-exported from database agnostic locations. However, if you are writing code specifically to extend Diesel on MariaDB, you may need to work with this module directly.
Modules§
- data_
types mariadb_backendormysql_backend - Data structures for MySQL types which have no corresponding Rust type
- sql_
types mariadb_backendormysql_backend - MySQL specific sql types
Structs§
- Mariadb
- The MariaDB backend
Enums§
- Numeric
Representation mariadb_backendormysql_backend - Represents all possible forms MySQL transmits integers
Type Aliases§
- Mariadb
Connection mariadb - A connection to a Mariadb database. Connection URLs should be in the form
mariadb://[user[:password]@]host/database_name[?unix_socket=socket-path] - Mariadb
Query Builder - The Mariadb query builder
- Mariadb
Type - Represents possible types, that can be transmitted as via the Mysql wire protocol
- Mariadb
Value - Raw mariadb value as received from the database