Re: [GENERAL] Graphical modelling tool

2005-12-07 Thread Thomas Hallgren
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

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Carlos Correia
-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

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Thomas Kellerer
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

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Luca Pireddu
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

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Mikael Carneholm
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)---

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Carlos Correia
-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

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread Rich Shepard
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'

Re: [GENERAL] Graphical modelling tool

2005-12-06 Thread John McCawley
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

[GENERAL] Graphical modelling tool

2005-12-06 Thread Thomas Hallgren
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