Function query_opt_with_pool_params

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

Execute a query with the parameter builder using the connection pool and return an optional row