Queue a SQL query to be run, returning a Stream of rows.
Stream<Row> query(String sql, [Map? values]) => conn.query(sql, values);