A good database modeling tool for PostgreSQL? [closed]

雨燕双飞 提交于 2019-12-03 05:00:10

问题


PostgreSQL comes with the excellent pgAdmin-tool for managing the database but lacks GUI data-modeling utility?

I found this list: http://www.databaseanswers.org/modelling_tools.htm but don't have time to evaluate them.

Which one do YOU recommend?


回答1:


pgModeler looks promising: http://pgmodeler.com.br




回答2:


You might also want to have a look at Power*Architect.

http://www.sqlpower.ca/page/architect




回答3:


WWW SQL Designer is a great lightweight modeling tool, and it supports PostgreSQL.

SQuirreL also seems nice, I haven't tried it though.




回答4:


The MySQL workbench is a fine modeling tool that's free, but you'll have to modify the SQL it generates for PostgreSQL.

If you have to pay, ERWin is a standard.




回答5:


Commercial tools:

dbwrench

Embarcadero ER Studio




回答6:


I've been satisfied for years with PostgreSQL Maestro. It's a mature solution and easy to use, but comprehensive.



来源:https://stackoverflow.com/questions/2927895/a-good-database-modeling-tool-for-postgresql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!