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