Structs
- This type represents a column.
- Struct for filtering your queries. Maps to the
WHEREclause of your query. - A struct representing SQL joins.
- An executable query. Built using a
QueryBuilder. QueryBuilderforSELECTqueries.- A wrapper around the
Columnstruct which includes the rust type of the field.
Enums
- The different types of SQL joins.
Traits
- A trait for building a
Query. - This trait is implemented by anything that goes into a query.