Обсуждение: ERD (Entity Relation Diagram) and reverse engineering tool.

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

ERD (Entity Relation Diagram) and reverse engineering tool.

От
DrYSG
Дата:
Now that I have PostGreSQL, PostGIS  installed, I wanted to try out some ERD
tools to see what is happening inside of it (20M records, 20 tables).

I stumbled on this open source tool: http://www.sqlpower.ca/page/architect
which looks simple enough, and has lot of features, screenshots, and video
tutorials.

But I was curious if you have something else that you recommend for looking
at PostGreSQL databases.

Here is the PostGreSQL wiki where I found it:

http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

I would not mind if we had to pay $100 - $200 for a tool either, it does not
have to be free.

Another one that looks interesting is RISE:

http://www.risetobloome.com/Page_1_S.aspx?ITEM=1853
http://www.risetobloome.com/Page_1_S.aspx?ITEM=1355

I am also looking at the DEVART tools (dotConnect for PostGreSQL) and I like
it a lot.
Has anyone tried this? Does it provide ERD tools?

http://www.devart.com/dotconnect/postgresql/




--
View this message in context:
http://postgresql.1045698.n5.nabble.com/ERD-Entity-Relation-Diagram-and-reverse-engineering-tool-tp5131587p5131587.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

Re: ERD (Entity Relation Diagram) and reverse engineering tool.

От
Brent Dombrowski
Дата:
On Jan 9, 2012, at 7:46 AM, DrYSG wrote:

> Now that I have PostGreSQL, PostGIS  installed, I wanted to try out some ERD
> tools to see what is happening inside of it (20M records, 20 tables).
>
> I stumbled on this open source tool: http://www.sqlpower.ca/page/architect
> which looks simple enough, and has lot of features, screenshots, and video
> tutorials.
>
> But I was curious if you have something else that you recommend for looking
> at PostGreSQL databases.
>
> Here is the PostGreSQL wiki where I found it:
>
> http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
>
> I would not mind if we had to pay $100 - $200 for a tool either, it does not
> have to be free.
>
> Another one that looks interesting is RISE:
>
> http://www.risetobloome.com/Page_1_S.aspx?ITEM=1853
> http://www.risetobloome.com/Page_1_S.aspx?ITEM=1355
>
> I am also looking at the DEVART tools (dotConnect for PostGreSQL) and I like
> it a lot.
> Has anyone tried this? Does it provide ERD tools?
>
> http://www.devart.com/dotconnect/postgresql/
>

I haven't tried any of the ones you have listed. I have used DBVisualizer in the past:

http://www.dbvis.com/

The free version does not weed out all the system tables, but you can do that your self easily enough be just selecting
theschema you want. I've created some complex ERDs from it and it was nice enough to save them in a vector format that
Icould edit with Illustrator. I can be painfully slow. I left it running overnight for my biggest ERD. 

Re: ERD (Entity Relation Diagram) and reverse engineering tool.

От
Thomas Kellerer
Дата:
DrYSG wrote on 09.01.2012 16:46:
> Now that I have PostGreSQL, PostGIS  installed, I wanted to try out some ERD
> tools to see what is happening inside of it (20M records, 20 tables).
>
> I stumbled on this open source tool: http://www.sqlpower.ca/page/architect
> which looks simple enough, and has lot of features, screenshots, and video
> tutorials.
>
> But I was curious if you have something else that you recommend for looking
> at PostGreSQL databases.
>
> Here is the PostGreSQL wiki where I found it:
>
> http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
>
> I would not mind if we had to pay $100 - $200 for a tool either, it does not
> have to be free.
>
> Another one that looks interesting is RISE:
>
> http://www.risetobloome.com/Page_1_S.aspx?ITEM=1853
> http://www.risetobloome.com/Page_1_S.aspx?ITEM=1355
>
> I am also looking at the DEVART tools (dotConnect for PostGreSQL) and I like
> it a lot.
> Has anyone tried this? Does it provide ERD tools?
>
> http://www.devart.com/dotconnect/postgresql/

Another nice tool with a reasonable price is DbWrench:

http://www.dbwrench.com

Btw: the name is spelled PostgreSQL (the g is lower case)