Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.
|
feedback
|
|
Visual Paradigm has some nice products, check http://www.visual-paradigm.com/ Most of their products work on Linux, OS X and Windows. | |||
|
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:
| |||
|
feedback
|
