为 PostgreSQL 制作 ERD 的工具

发布于 2024-12-10 13:45:07 字数 152 浏览 0 评论 0原文

我正在寻找一个可以为 PostgreSQL 数据库创建数据库 ERD 的工具。

在 MySQL 中,我使用“MySQL Workbench”工具,

你知道我可以用它来创建 ERD 吗?并从 ERD 自动创建一个 sql-skript。

BG

I am looking for a tool with that I can create a database ERD for a PostgreSQL Database.

In MySQL I use the tool "MySQL Workbench"

Do you know such a tool with that i can create a ERD. And from the ERD automatical create a sql-skript.

BG

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

戏蝶舞 2024-12-17 13:45:07

我最常使用 DbWrench 和 Aqua Data Studio 来完成这些任务。有许多。参见:

DbWrench 还有一个方便的反向同步功能 它允许您将模型与服务器上所做的更改进行比较。

如果你的意思是你想按原样转储模式,我肯定会使用 pg_dump --schema 而不是通过 GUI。

如果您的意思是要修改架构,那么我大多数工具都会支持这一点。

我与 DbWrench 或 ADS 没有任何关系。

I use DbWrench and Aqua Data Studio most often for these. There are many. See also:
http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

DbWrench also has a handy reverse synchronize, which allows you to compare a model with changes made on the server.

If you mean that you want to dump the schema as is, I would definitely use pg_dump --schema rather than going through a GUI.

If you mean that you want to modify the schema, then I most tools will support that.

I have no association with DbWrench or ADS.

挽清梦 2024-12-17 13:45:07

RISE 是一款免费软件应用程序,可以对 ERD 进行建模,甚至将其传播到数据库层。

RISE is a freeware application that can model ERDs and even propagate it into the database layer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文