in reply to ERD Diagram Generation

Take a look at Autodia and SQL::Translator.

Replies are listed 'Best First'.
Re^2: ERD Diagram Generation
by cldwalker (Acolyte) on Aug 21, 2004 at 05:13 UTC
    SQL::Translator has a good web frontened called sqlt.cgi. You can just paste schema code into a textbox and see a decent diagram. You could automate schema diagrams if your database has a command for dumping schemas. I'd also recommend checking out GraphViz::DBI, Class::DBI::Loader::GraphViz though you'd have to define relationships.