Function query_one_with_pool

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

Execute a query using the connection pool and return a single row