Macro sqlx_type_macro::query
source · [−]query!() { /* proc-macro */ }Expand description
Statically checked SQL query, similarly to sqlx::query!.
This expands to an instance of query::Map that outputs an ad-hoc anonymous struct type.
query!() { /* proc-macro */ }Statically checked SQL query, similarly to sqlx::query!.
This expands to an instance of query::Map that outputs an ad-hoc anonymous struct type.