Function query_with_params

Source
pub fn query_with_params(
    query_str: &str,
    params: &QueryParams,
) -> Result<Vec<Row>, Error>
Expand description

Execute a query with the parameter builder and return the rows