nix
nix

Reputation: 433

Reverse Engineer to get UML with PostgreSQL

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

Upvotes: 4

Views: 2706

Answers (4)

Robin Panicker
Robin Panicker

Reputation: 11

I have used SQL Power Architect which has a free version to do most of the tasks you need with reverse engineering and stuff like that. I found it to be easy to use and simple.

Upvotes: 0

Chris Travers
Chris Travers

Reputation: 26474

ppstgres_autodoc is the standard open source tool. http://www.rbt.ca/autodoc/

Upvotes: 0

Rebol Tutorial
Rebol Tutorial

Reputation: 2754

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:

Upvotes: 0

Frank Heikens
Frank Heikens

Reputation: 127521

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

Upvotes: 2

Related Questions