逆向工程通过 PostgreSQL 获得 UML
是否有任何可与 Postgres 一起使用的工具,以便我可以为我已经创建的数据库生成 UML。
Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Visual Paradigm 有一些不错的产品,请查看 http://www.visual-paradigm.com/ 大多数他们的产品可在 Linux、OS X 和 Windows 上运行。
Visual Paradigm has some nice products, check http://www.visual-paradigm.com/ Most of their products work on Linux, OS X and Windows.
您可以针对 MySQL 调整此脚本
http:// /askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/
只需将驱动程序从 Mysql 更改为 Postgress 即可 http://softinnov.org/rebol/pgsql.shtml
这是 Wordpress DB 的逆向工程示例:
You can adapt this script for MySQL
http://askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/
by just changing the driver from Mysql to Postgress found here http://softinnov.org/rebol/pgsql.shtml
This is a sample reverse enginiering for Wordpress DB:
ppstgres_autodoc 是标准开源工具。 http://www.rbt.ca/autodoc/
ppstgres_autodoc is the standard open source tool. http://www.rbt.ca/autodoc/
我使用过SQL Power Architect,它有一个免费版本,可以通过反向完成您需要的大部分任务工程之类的东西。我发现它易于使用且简单。
I have used SQL Power Architect which has a free version to do most of the tasks you need with reverse engineering and stuff like that. I found it to be easy to use and simple.