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.