是否有 Postgres ERD 工具(或 pgAdmin III 插件)?

lof*_*ops 5 database postgresql software-recommendation diagram

不要反对我,但我对 MS SQL Server Management Studio 有着美好的回忆。我可以很容易地从现有数据库生成 ERD 图。表格、关系、作品。您甚至可以使用该图来编辑数据库结构。

我在 pgAdmin III 中找不到这样的工具。我错过了什么吗? 好像没有内置的。有插件吗?还是单独的工具?

(我找到了有关使用 Dia 和其他工具首先进行建模,然后生成 SQL 来创建数据库的参考资料。这很好,但对于我的主要目标(从现有 PostgreSQL 数据库生成图表)来说是次要的。并且真正复制Management Studio 功能,应用程序必须在两个方向上工作。)

小智 1

PostgreSQL 的 EMS SQL 管理器

http://www.sqlmanager.net/products/postgresql/manager

强大的可视化数据库设计器

Two diagram notations (IDEF1x and IE)
Useful diagram navigation tool
Reverse engineering
Several pages in one diagram to divide diagram into different subject areas
Ability to create, edit and drop tables and table fields, set links between tables visually
Ability to add comments to diagram
Saving as image or printing database diagram
A lot of visual customization options
Run Code Online (Sandbox Code Playgroud)

这是一个 Windows 程序,但在 wine 下运行得很好


ede*_*ans 1

模式间谍

http://schemaspy.sourceforge.net

重量轻、安装方便、开门见山、全面。

许可:LGPL 2.1(从主页链接)