对 MySQL 和 MySQL 进行逆向工程的应用程序 PostgreSQL 数据库?

发布于 2024-07-16 01:42:29 字数 1815 浏览 5 评论 0原文

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

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

发布评论

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

评论(5

原谅过去的我 2024-07-23 01:42:29

对于 MySQL,请尝试 MySQL Workbench

对于 MySQL 和 PostgreSQL,请尝试 TOAD Data Modeler

如果您使用开源图表应用程序Dia,则有几个工具,用于从 SQL 数据库(包括 MySQL 和 PostgreSQL)生成 Dia 图。


更新:除了 SQL 脚本之外,MySQL Workbench 5.2 还支持来自实时数据库的逆向工程图。 MySQL Workbench 5.2 刚刚宣布其候选版本 1(截至 2010 年 5 月 12 日)。

For MySQL, try MySQL Workbench.

For both MySQL and PostgreSQL, try TOAD Data Modeler.

If you use the open-source diagram app Dia, there are several tools to generate Dia diagrams from SQL databases including MySQL and PostgreSQL.


update: MySQL Workbench 5.2 supports reverse-engineering diagrams from a live database in addition to an SQL script. MySQL Workbench 5.2 just announced their Release Candidate 1 (as of 5/12/2010).

墟烟 2024-07-23 01:42:29

SchemaSpy 是逆向工程的一个非常好的选择。 对于图表位,它使用另一个工具 GraphViz
为了使所有内容都能协同工作,请确保 GraphViz 已安装,并且 SchemaSpy 可以访问其 bin 的路径。

这是示例输出

SchemaSpy is a very good option for reverse engineering. For diagramming bit it uses another tool GraphViz.
For everything to work together make sure GraphViz is installed and its path to its bin is accessible to the SchemaSpy.

Here is a sample output.

吐个泡泡 2024-07-23 01:42:29

企业架构师

来自许多流行的逆向工程师
DBMS 系统,包括 Oracle 9i 和
10g、SQL Server、My SQL、Access、
PostgreSQL 和其他

Enterprise Architect

Reverse engineer from many popular
DBMS systems, including Oracle 9i and
10g, SQL Server, My SQL, Access,
PostgreSQL and others

初见终念 2024-07-23 01:42:29

我推荐DBeaver:多平台,免费,开源,连接最流行的数据库引擎并支持逆向工程。

我尝试过对 MySQL 数据库和 PostgreSQL 数据库进行逆向工程,效果非常好:)

I recommend DBeaver: multi-platform, free, open source, connects to most popular DB engines and supports reverse engineering.

I have tried reverse engineering both a MySQL DB and a PostgreSQL DB and it worked like a charm :)

几度春秋 2024-07-23 01:42:29

用于 postgres 的 pgDesigner、用于 mysql 的 mysql 工作台...

pgDesigner for postgres, mysql workbench for mysql...

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