Crate sui_sql_macro

Source

Macros§

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