ER diagram generator

Started by Morten Primdahlalmost 25 years ago4 messagesgeneral
Jump to latest
#1Morten Primdahl
morten@primdahl.net

Hi. Any of you know of a non-restricted tool
for linux that can generate an ER diagram
based on either
-a file containing the SQL statements to create the tables
-or by connecting to the DB?

Thanks,

Morten

#2Justin Clift
justin@postgresql.org
In reply to: Morten Primdahl (#1)
Re: ER diagram generator

Hi Morten,

There are some suggestions for ERD tools at :

http://techdocs.postgresql.org/oresources.php#erdtools

which might be useful.

If you come across any more, can you let us know so we can add it to the
list?

:-)

Regards and best wishes,

Justin Clift

Morten Primdahl wrote:

Hi. Any of you know of a non-restricted tool
for linux that can generate an ER diagram
based on either
-a file containing the SQL statements to create the tables
-or by connecting to the DB?

Thanks,

Morten

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

#3Morten Primdahl
morten@it-c.dk
In reply to: Justin Clift (#2)
Re: ER diagram generator

http://techdocs.postgresql.org/oresources.php#erdtools

Thanks a bunch, I should have been able to find that
found that on my own :/

If you come across any more, can you let us know so we can add it to the
list?

I did find http://gasql.sourceforge.net/ - it looks real
nice, only I haven't been able to make it run yet..
Working on that :)

Thanks again,

Morten

#4Horák Daniel
horak@sit.plzen-city.cz
In reply to: Morten Primdahl (#3)
RE: ER diagram generator

Hello,

a new project is located at http://dbdesigner.sourceforge.net/

Dan