pub fn query_one_with_pool( query: &str, params: &[&(dyn ToSql + Sync)], ) -> Result<Row, Error>
Execute a query using the connection pool and return a single row