Implements AsChangeset
Implements all required variants of AsExpression
Implement required traits for the associations API
Implement numeric operators for the current query node
Implements Queryable
for types that correspond to a single SQL type. The type must implement FromSql
.
Implements Identifiable
for references of the current type
Implements Insertable
This derives implements diesel::Connection
and related traits for an enum of
connections to different databases.
Implements QueryId
Implements Queryable
to load the result of statically typed queries
Implements QueryableByName
for untyped sql queries, such as that one generated
by sql_query
Implements Selectable
Implement necessary traits for adding a new sql type
Implements ValidGrouping