in reply to ERD Diagram Generation

All the methods needed to generate an ERD diagram in GD are present in the DBI module. The methods table_info, column_info, primary_key_info, foreign_key_info sound like exactly what you want/need to gather the data neccesary for your ERD diags. I think it would be a really fun module to write.


Grygonos

Replies are listed 'Best First'.
Re^2: ERD Diagram Generation
by diotalevi (Canon) on Aug 20, 2004 at 15:09 UTC
    Alzabo does this already. It will do the reverse engineerings and will produce pictures of the results.