Module insert

Module insert 

Source

Structs§

InsertInitial
Marker for the initial state of InsertBuilder.
InsertOnConflictSet
Marker for the state after ON CONFLICT is set.
InsertReturningSet
Marker for the state after RETURNING clause is added.
InsertValuesSet
Marker for the state after VALUES are set.

Enums§

Conflict
Conflict resolution strategies

Type Aliases§

InsertBuilder
Builds an INSERT query specifically for SQLite.