pub fn sql_with_params( sql_str: impl Into<String>, params: Vec<FilterValue>, ) -> Sql
Helper function to create a raw SQL query from parts.
This is typically used with the raw_query! macro.
raw_query!