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