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

From: Carlos Correia <carlos(at)m16e(dot)com>
To: dananrg(at)yahoo(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best open source tool for database design / ERDs?
Date: 2006-06-03 11:04:02
Message-ID: 44816CA2.6030103@m16e.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

You can try Gaudí
(http://www.memoriapersistente.pt/en/opensource/gaudi/index.html). The
version that is on the net is a bit outdated but fully funcional.

It does generate SQL files with the proper statements for creating the
tables. Plus: it also creates the tables as well as foreign keys and
generates Java classes for database binding.

Soon (in a couple of days) we'll publish a new release ;-)

Regards,

Carlos Correia
- --
MEMÓRIA PERSISTENTE, Lda.
Tel.: 219 291 591 - GSM: 967 511 762
e-mail: geral(at)m16e(dot)com - URL: http://www.m16e.com
Jabber: m16e(at)amessage(dot)de - MSN: m16e(at)hotmail(dot)com - ICQ: 257488263
GnuPG: wwwkeys.eu.pgp.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEgWyh90uzwjA1SJURAlZtAJ4yrqoJEw7lJgJXf7mayGxxvRLvKACfVKFg
vKE+Cb+2+IMwCe2/uO+aMq0=
=3DcI
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-06-03 12:35:58 Re: Using postgresql as desktop DB
Previous Message Frank Finner 2006-06-03 08:54:47 Re: How to do a "CREATE DATABASE" and then connect to it?