Structs§
- Insert
Initial - Marker for the initial state of InsertBuilder.
- Insert
OnConflict Set - Marker for the state after ON CONFLICT is set.
- Insert
Returning Set - Marker for the state after RETURNING clause is added.
- Insert
Values Set - Marker for the state after VALUES are set.
Enums§
- Conflict
- Conflict resolution strategies
Type Aliases§
- Insert
Builder - Builds an INSERT query specifically for SQLite