Module statement

Source

Structs§

Pipe
Link two Statements and use the output of A as the input of B.
Then
Link two Statements.
TracedStatement

Traits§

Statement
Basic abstraction that defers the execution of a SQL statement in order to reduce the duplication of sync and async code. Basic composability and chaining are also included.
StatementWithInput
Similar to Statement but accepts an input parameter.