Re: [GENERAL] tool for DB design

2005-12-05 Thread William Bug
Hi Nikolay,Were you able to get any closer to your objective on this email thread?I spent quite a bit of time researching the web on this question back in June - Is there an Open Source option for doing "round trip" data modeling for PostgreSQL?As far as the E-R or UML diagramming, Dia and Umbrello

Re: [GENERAL] tool for DB design

2005-11-25 Thread John McCawley
I wrote a little LGPL app that generates Postgres SQL code from a graphical datamodel. It's not professional quality, but it functions. I don't actively maintain it, but I still use it for brainstorming datamodels and quick generation of the database. http://www.hardgeus.com/projects/pgdesig

Re: [GENERAL] tool for DB design

2005-11-25 Thread seem . iges
Hi, how about, dia - http://www.gnome.org/projects/dia/ have not used myself, but AFAIK UML diagrams are possible. umbrello - http://uml.sourceforge.net/index.php UML and ERD diagrams. regards, Iges. On Friday, 25. November 2005 12:01, Nikolay Samokhvalov wrote: > dbvis isn't the thing what I

Re: [GENERAL] tool for DB design

2005-11-25 Thread Tino Wildenhain
Nikolay Samokhvalov schrieb: dbvis isn't the thing what I need. Or I'm blind and cannot find where I can draw ER/UML diagram then transform it to physical, then obtain SQL code. Or, just physical->SQL. Please correct me if I'm wrong. Well, I mentioned DIA for this - reread my mail please ;) I s

Re: [GENERAL] tool for DB design

2005-11-25 Thread Oleg Bartunov
On Fri, 25 Nov 2005, Nikolay Samokhvalov wrote: dbvis isn't the thing what I need. Or I'm blind and cannot find where I can draw ER/UML diagram then transform it to physical, then obtain SQL code. Or, just physical->SQL. Please correct me if I'm wrong. Nikolaym, it's worth to look on Enterpris

Re: [GENERAL] tool for DB design

2005-11-25 Thread Nikolay Samokhvalov
dbvis isn't the thing what I need. Or I'm blind and cannot find where I can draw ER/UML diagram then transform it to physical, then obtain SQL code. Or, just physical->SQL. Please correct me if I'm wrong. On 25/11/05, Tino Wildenhain <[EMAIL PROTECTED]> wrote: > Am Freitag, den 25.11.2005, 02:25 +

Re: [GENERAL] tool for DB design

2005-11-24 Thread Tino Wildenhain
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