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