Skip to main content

Module mariadb

Module mariadb 

Source
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_typesmariadb_backend or mysql_backend
Data structures for MySQL types which have no corresponding Rust type
sql_typesmariadb_backend or mysql_backend
MySQL specific sql types

Structs§

Mariadb
The MariaDB backend

Enums§

NumericRepresentationmariadb_backend or mysql_backend
Represents all possible forms MySQL transmits integers

Type Aliases§

MariadbConnectionmariadb
A connection to a Mariadb database. Connection URLs should be in the form mariadb://[user[:password]@]host/database_name[?unix_socket=socket-path]
MariadbQueryBuilder
The Mariadb query builder
MariadbType
Represents possible types, that can be transmitted as via the Mysql wire protocol
MariadbValue
Raw mariadb value as received from the database