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
[download]
Comment on
Re: how to use Graphviz with sql
Download
Code
In Section
Seekers of Perl Wisdom