pub fn query_with_params( query_str: &str, params: &QueryParams, ) -> Result<Vec<Row>, Error>
Execute a query with the parameter builder and return the rows