Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.

link|improve this question

67% accept rate
feedback

2 Answers

Visual Paradigm has some nice products, check http://www.visual-paradigm.com/ Most of their products work on Linux, OS X and Windows.

link|improve this answer
feedback

You can adapt this script for MySQL http://askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/ by just changing the driver from Mysql to Postgress found here http://softinnov.org/rebol/pgsql.shtml

This is a sample reverse enginiering for Wordpress DB:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.