Re: tool for DB design

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: nikolay(at)samokhvalov(dot)com
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: tool for DB design
Date: 2005-11-24 23:33:35
Message-ID: 1132875215.25685.34.camel@Andrea.peacock.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Freitag, den 25.11.2005, 02:25 +0300 schrieb Nikolay Samokhvalov:
> Please, suggest any free/opensource tool for DB design under Linux. I
> need following: ER (or UML)-diagram -> physical diagram -> SQL code (I
> don't even dream about reverse transformation...) Quite good example
> of such tool is Sybase PowerDesigner (which supports Postgres), but
> AFAIK it runs only under win and costs $...

dia can do this and I guess a lot of other tools.
For the reverse check out db visualizer (dbvis)
http://www.minq.se/products/dbvis/

Which has a very nice ER-view.
(With autorouting, which many tools, even the $$$-ones
miss)

++Tino

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Taber 2005-11-25 01:32:18 pg_connect troubles on localhost
Previous Message Nikolay Samokhvalov 2005-11-24 23:25:12 tool for DB design