Macros§
- query
- 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: - sql
- The
sql!macro is used to construct adiesel::SqlLiteral<T>using a format string to describe the SQL snippet with the following syntax: