Modules§
- migrate
- Defines structs and functions for auto-generating migrations.
- query
- Defines structs and functions for representing SQL queries.
- schema
- Defines structs and functions for representing SQL database schemas.
- util
Structs§
- Alter
Table - Case
- Column
- Create
Schema - Cte
- Common table expression
- Drop
Table - Create table action
- Foreign
Key - From
- Generated
- GroupBy
- Index
- Create index action for a table
- Insert
- Join
- Migration
- Migration
Options - OrderBy
- Schema
- Represents a SQL database schema.
- Select
- A SELECT query.
- Select
Column - Represents a column of a SELECT statement.
- Table
- Union
- Update
- Value
Enums§
- Alter
Action - Alter table action
- Alter
Column Action - Conflict
- Constraint
- Criteria
- CteQuery
- Dialect
- Direction
- The direction of a column in an ORDER BY clause.
- Expr
- Generation
Time - Generation
Value - Index
Kind - Join
Table - Join
Type - Nulls
Order - OnConflict
- Operation
- Select
Expression - Represents a select column value.
- Type
- Values
- Where