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