Crate sqlx_type_macro

Source

Macrosยง

query
Statically checked SQL query, similarly to sqlx::query!.
query_as
A variant of query! which takes a path to an explicitly defined struct as the output type.