Re-exports§
pub use delete::DeleteInitial;pub use delete::DeleteReturningSet;pub use delete::DeleteWhereSet;pub use insert::Conflict;pub use insert::InsertInitial;pub use insert::InsertOnConflictSet;pub use insert::InsertReturningSet;pub use insert::InsertValuesSet;pub use select::SelectFromSet;pub use select::SelectGroupSet;pub use select::SelectInitial;pub use select::SelectJoinSet;pub use select::SelectLimitSet;pub use select::SelectOffsetSet;pub use select::SelectOrderSet;pub use select::SelectWhereSet;pub use update::UpdateInitial;pub use update::UpdateReturningSet;pub use update::UpdateSetClauseSet;pub use update::UpdateWhereSet;
Modules§
Structs§
- Builder
Init - CTEInit
- Order
ByClause - Represents an ORDER BY clause in a query
- Query
Builder - Main query builder for SQLite
- SQL
- A SQL statement or fragment with parameters.
Enums§
- OrderBy
- Sort direction for ORDER BY clauses
Traits§
- Builder
State - Executable
State - IsIn
Schema - Marker trait indicating that a table
Tis part of a schema represented by the marker typeS. - SQLSchema
- SQLTable
- ToSQL