ER diagram generator
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
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
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