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
FromValueconversion intermediate result. - Trait to convert
Rowinto a tuple ofFromValueimplementors up to arity 12. - Implement this trait to convert value to something.
- Trait for protocol markers
crate::TextProtocolandcrate::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.