Linux 下 PostgresQL 的高质量 ERD 生成器?

发布于 2024-09-03 15:26:33 字数 1468 浏览 4 评论 0原文

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

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

发布评论

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

评论(4

无言温柔 2024-09-10 15:26:33

这是一个有点过时的问题,但为了完整性。 PgModeler 怎么样?根据他们的 github 存储库,它遵循 GPL3。模式创建效果很好。

This is a little bit dated question, but for completeness. What about PgModeler? According to their github repo it's under GPL3. Schema creation works well.

不醒的梦 2024-09-10 15:26:33

DbSchema 是一个用于关系和数据库的可视化设计器。 NoSQL 数据库。。
可以免费评估 15 天。之后,必须购买付费许可证

它可用于为 Postgresql 以及其他数据库生成 ERD。

下载安装程序

安装程序可供下载用于各种平台(Linux、Windows 和 MacOS)。

在 Linux 上安装和运行 DbSchema

要安装,请在 shell 中运行以下命令:

wget https://dbschema.com/download/DbSchema_unix_8_2_5.tar.gz
tar xf DbSchema_unix_8_2_5.tar.gz
cd DbSchema
chmod +x DbSchema_unix_8_x_x.sh

要运行 DbSchema:

./DbSchema_unix_8_x_x.sh

注意:
根据下载的版本(例如8_2_5),上述命令可能会发生变化(即用下载的8_2_5替换8_x_x)。

DbSchema is a Visual Designer for Relational & NoSQL Databases.
It can be evaluated 15 days for free. After that a paid License must be purchased.

It can be used to generate a ERD for Postgresql as well as other databases.

Downloading installer

Installers are available to download for various platforms (Linux, Windows and MacOS).

Installing and running DbSchema on Linux

To install run following commands in your shell:

wget https://dbschema.com/download/DbSchema_unix_8_2_5.tar.gz
tar xf DbSchema_unix_8_2_5.tar.gz
cd DbSchema
chmod +x DbSchema_unix_8_x_x.sh

To run DbSchema:

./DbSchema_unix_8_x_x.sh

Note:
Dependent on the downloaded version (e.g. 8_2_5) the commands above may change (i.e. replace 8_x_x with downloaded 8_2_5).

以为你会在 2024-09-10 15:26:33

您可以尝试DbVisualizer。在我看来,引用图中的DbVisualizer具有满足了我从现有数据库生成 ERD 的需求。

You may try DbVisualizer. In my opinion, DbVisualizer in references graphs has met my needs in generating ERD from existing database.

简单 2024-09-10 15:26:33

SQL Power Architect 怎么样?适用于许多数据库(包括 PostgreSQL)和许多操作系统。

What about SQL Power Architect? Works for many databases, PostgreSQL included, and on many operating systems.

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