sql_with_params

Function sql_with_params 

Source
pub fn sql_with_params(
    sql_str: impl Into<String>,
    params: Vec<FilterValue>,
) -> Sql
Expand description

Helper function to create a raw SQL query from parts.

This is typically used with the raw_query! macro.