Function query_with_pool

Source
pub fn query_with_pool(
    query: &str,
    params: &[&(dyn ToSql + Sync)],
) -> Result<Vec<Row>, Error>
Expand description

Execute a query using the connection pool and return the rows