suspend fun MySQLPool.preparedQueryAwait(sql: String): RowSet<Row>
suspend fun MySQLPool.preparedQueryAwait(sql: String, arguments: Tuple): RowSet<Row>