Thank you for all good suggestions. Clay will probably be my choice for this project since
it indeed is an Eclipse plugin that is developed.
Thanks again,
Thomas Hallgren
---(end of broadcast)---
TIP 5: don't forget to increase your free space map
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas Kellerer wrote:
| Carlos Correia wrote on 06.12.2005 21:13:
|
|> -BEGIN PGP SIGNED MESSAGE-
|> Hash: SHA1
|>
|> Thomas Hallgren wrote:
|> | Hi,
|> | I'm about to start a new project where the first task is to design a
|> | database. I'm
Carlos Correia wrote on 06.12.2005 21:13:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas Hallgren wrote:
| Hi,
| I'm about to start a new project where the first task is to design a
| database. I'm looking for some tool that will allow me to model the
| tables and relationships graphically
On Tuesday 06 December 2005 12:58, Thomas Hallgren wrote:
> Hi,
> I'm about to start a new project where the first task is to design a
> database. I'm looking for some tool that will allow me to model the
> tables and relationships graphically, UML or similar, and then let me
> generate the SQL wit
I recommend Clay (http://www.azzurri.jp/en/software/clay/index.jsp).
It requires a JRE + Eclipse (as it is an eclipse plugin), but it is really nice
to work with and has built-in support for PostgreSQL DDL generation.
/Mikael
---(end of broadcast)---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas Hallgren wrote:
| Hi,
| I'm about to start a new project where the first task is to design a
| database. I'm looking for some tool that will allow me to model the
| tables and relationships graphically, UML or similar, and then let me
| generat
On Tue, 6 Dec 2005, Thomas Hallgren wrote:
I'm about to start a new project where the first task is to design a
database. I'm looking for some tool that will allow me to model the tables
and relationships graphically, UML or similar, and then let me generate the
SQL with PostgreSQL flavor. What'
I wrote a little app that does basically what you're looking for:
http://www.hardgeus.com/projects/pgdesigner/
It's not professional quality, and is a little flaky, but it gets the
job done. It has a wxGTK dependency, and of course postgres. Your best
bet for running it is to pull it from my
Hi,
I'm about to start a new project where the first task is to design a
database. I'm looking for some tool that will allow me to model the
tables and relationships graphically, UML or similar, and then let me
generate the SQL with PostgreSQL flavor. What's the best tools out
there? Are there