suspend fun MySQLConnection.preparedQueryAwait(sql: String): RowSet
suspend fun MySQLConnection.preparedQueryAwait(sql: String, arguments: Tuple): RowSet