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.
- Trait to convert
Row
into a tuple ofFromValue
implementors up to arity 12. - Implement this trait to convert a value to some type.
- Trait for protocol markers
crate::TextProtocol
andcrate::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
.