Derive Macro SqlParams

Source
#[derive(SqlParams)]
{
    // Attributes available to this derive:
    #[where_clause]
}
Expand description

Derive macro for generating SQL parameter handling code.

§Attributes

  • where_clause: The WHERE clause containing parameter placeholders