Module derive_sql::traits
source · Expand description
traits underlying the implementation of SQL functionalities. What some other crates call prelude
Enums§
- Enum to advise on the SQL flavor supported by the connection.
Traits§
- Generic trait to be implemented by SQL drivers (or proxy to SQL drivers). This trait is used to provide the basis of the functionalities on which the crate rely
- Generic trait to be implemented by SQL drivers (or more likely by proxy to SQL drivers) so that the functionalities provided by this crate can be leveraged
- Trait to be implemented for filtering. Returns the contents of a
WHEREclause. - Order trait to specify ordering clause
- Generic trait to be implemented by SQL drivers (or more likely by proxy to SQL drivers) so that the functionalities provided by this crate can be leveraged
- Return a row of results that can be queried to be converted into objects
- Trait to manage table - create, check if exists, and drop