Module mysql_async::prelude

source ·
Expand description

Traits used in this crate

Modules

Macros

This macro is a convenient way to pass named parameters to a statement.

Traits

Types that can be treated as a MySQL query.
Helper trait for batch statement execution.
Basic operations on FromValue conversion intermediate result.
Trait to convert Row into a tuple of FromValue implementors up to arity 12.
Implement this trait to convert value to something.
Global, Opts-level LOCAL INFILE handler (see “LOCAL INFILE Handlers” section of the README.md).
Trait for protocol markers crate::TextProtocol and crate::BinaryProtocol.
MySql text query.
Methods of this trait are used to execute database queries.
Everything that is a statement.
Everything that is a connection.
Helper, that constructs QueryWithParams.