module Utils::IRB::Relation

def explain

def explain
  connection.select_all("EXPLAIN #{to_sql}")
end