ERA model generator

From: Dusan Juhas <juhas(at)panasonic-software(dot)cz>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: ERA model generator
Date: 2002-07-17 07:21:31
Message-ID: Pine.LNX.4.33.0207170919140.28996-100000@zeus.panasonic-software.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,
don't somebody know about an application which allows
to create the ERA model of a database using GUI and generate
SQL code which makes this model real?
eg:
GUI: [table1]--[table2]
[table1]
|-attr1
|-attr2
...
SQL code:
create table1 (table1_id datatype,attr1 datatype1,attr2 datatype2...);
...

The perfect candidate:
- is free
- can generate SQL compliant with both PostgreSQL and MySQL
- can be run on Linux (might run on Win*)
- has adjustable SQL code output

Since we don't live in the perfect world I'm ready to compromise...

Thank you in advance.
--
Best regards,
Dusan Juhas

Browse pgsql-novice by date

  From Date Subject
Next Message Rasputin 2002-07-17 09:15:34 Re: Problems linking to libpq
Previous Message Jim Morcombe 2002-07-17 06:04:06 Re: Problems linking to libpq