Re: Best open source tool for database design / ERDs?

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: <dananrg(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Best open source tool for database design / ERDs?
Date: 2006-06-01 13:39:15
Message-ID: C0A46643.C4B2%sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You might look into Eclipse (the java-based IDE). It has at least one ERD
design plugin that allows graphical layout, editing of schema, and
generation of DDL directly from the schema. It works with many DB platforms
and is FREE!!!

Sean

On 6/1/06 5:44 AM, "dananrg(at)yahoo(dot)com" <dananrg(at)yahoo(dot)com> wrote:

> Anyone know if DIA will generate CREATE TABLE statements from an ER
> diagram?
>
> I'd like to have a program where I can create my db design, then be
> able to instantiate the design in PostgreSQL as well as MySQL.
>
> I'll pay for a good commercial tool if it costs less than USD $100.
>
> Thanks.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2006-06-01 13:53:51 Re: Best open source tool for database design / ERDs?
Previous Message Jimbo1 2006-06-01 13:34:39 Java Triggers