Crate sui_sql_macro

Source

Macros§

query
The query! macro constructs a value that implements diesel::query_builder::Query – a full SQL query, defined by a format string and binds with the following syntax:
sql
The sql! macro is used to construct a diesel::SqlLiteral<T> using a format string to describe the SQL snippet with the following syntax: