Обсуждение: Drawing schema

Поиск
Список
Период
Сортировка

Drawing schema

От
Kumar S
Дата:
Dear group:

Is there any tool that can draw a schema diagram from
the relations in my database.  It has become a pain in
the neck to draw a schema every time and i am loosing
track of my tables and relationships.

Thanks




__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

Re: Drawing schema

От
Sean Davis
Дата:
If you search the archives, there are at least a couple of discussions
in the past 6 months regarding entity-relationship diagrams (ERD).

For a solution in perl, check out SQL::Translator
(http://search.cpan.org/~kclark/SQL-Translator-0.06/lib/SQL/Translator/
Manual.pod#VISUALIZING_SQL_SCHEMAS)

Sean

On Mar 29, 2005, at 1:49 PM, Kumar S wrote:

> Dear group:
>
> Is there any tool that can draw a schema diagram from
> the relations in my database.  It has become a pain in
> the neck to draw a schema every time and i am loosing
> track of my tables and relationships.
>
> Thanks
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Find what you need with new enhanced search.
> http://info.mail.yahoo.com/mail_250
>
> ---------------------------(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


Re: Drawing schema

От
Jeffrey Melloy
Дата:
Although it has an abysmal interface, Druid
(http://druid.sourceforge.net) has some nice reverse engineering
capabilities.

Jeff
Sean Davis wrote:

> If you search the archives, there are at least a couple of
> discussions  in the past 6 months regarding entity-relationship
> diagrams (ERD).
>
> For a solution in perl, check out SQL::Translator
> (http://search.cpan.org/~kclark/SQL-Translator-0.06/lib/SQL/Translator/
> Manual.pod#VISUALIZING_SQL_SCHEMAS)
>
> Sean
>
> On Mar 29, 2005, at 1:49 PM, Kumar S wrote:
>
>> Dear group:
>>
>> Is there any tool that can draw a schema diagram from
>> the relations in my database.  It has become a pain in
>> the neck to draw a schema every time and i am loosing
>> track of my tables and relationships.
>>
>> Thanks
>>
>>