module Sequel::ToDot::DatasetMethods

def to_dot

abstract syntax tree.
with graphviz) in order to see a visualization of the dataset's
Return a string that can be processed by the +dot+ program (included
def to_dot
  ToDot.output(self)
end