Structs§
- Pipe
- Link two
Statement
s and use the output ofA
as the input ofB
. - Then
- Link two
Statement
s. - 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
Statement
but accepts an input parameter.