ERA model generator - Mailing list pgsql-novice

From Dusan Juhas
Subject ERA model generator
Date
Msg-id Pine.LNX.4.33.0207170919140.28996-100000@zeus.panasonic-software.cz
Whole thread Raw
List 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



pgsql-novice by date:

Previous
From: "Jim Morcombe"
Date:
Subject: Re: Problems linking to libpq
Next
From: Rasputin
Date:
Subject: Re: Problems linking to libpq