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 - Column
- Create
Index - Create index action for a table
- Create
Table - Create table action
- Cte
- Common table expression
- From
- Insert
- Migration
- Migration
Options - Schema
- Represents a SQL database schema.
- Select
- A SELECT query.
- Select
Column - Represents a column of a SELECT statement.
- Table
- Union