Macros§
- append_
sql - Append SQL to SqlBuilder passed as
builder;
in the macro. See crate::sql - sql
- A SQL templating macro that allows composing fragments and binding query parameters inline.
Attribute Macros§
- test
- Marks async function to be executed by runtime, suitable to test environment. In particular, it uses a shared global runtime to allow for reusing databases connections from a shared pool.