Structs§
- Pipe
- Link two
Statements and use the output ofAas the input ofB. - Then
- Link two
Statements. - Traced
Statement
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.
- Statement
With Input - Similar to
Statementbut accepts an input parameter.