in reply to Re: Is there any script to translate a simple SQL script to an ER diagram?
in thread Is there any script to translate a simple SQL script to an ER diagram?

SQL::Translator has worked very well for me. Use the latest from CVS at http://sqlfairy.sourceforge.net/, not the version on CPAN. Support on the mailing list is quite good as well. It handled foreign keys just fine with a MySQL schema I fed it.
  • Comment on Re: Re: Is there any script to translate a simple SQL script to an ER diagram?