http://www.perlmonks.org?node_id=664308


in reply to how to use Graphviz with sql

Well, I just used SQLFairy using graphviz to create a PNG schema graph for a project that I am currently working on. I think that you might have some luck using that. My command-line looked like this:
sqlt-graph -f MySQL -o blah.png -t png blah.sql