Module mysql::prelude

source ·

Traits

Something, that eventually is a Statement in the context of a T: Queryable.
Helper trait for batch statement execution.
MySql prepared statement query.
Things that may be used as an index of a row column.
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.
Trait for protocol markers crate::Binary and crate::Text.
Queryable object.
MySql text query.
Helper, that constructs QueryWithParams.