DB2 的数据模型工具
我在 DB2 中创建了一个数据库和具有关系的表。 我想根据我在 DB2 中的数据库设计创建一个 ER 图。 MS SQL 具有从 DB 模式创建 ER 图的功能,但 DB2 似乎没有,至少据我所知。
有人知道 DB2 本身有任何开源工具/设施吗?
I have created a Database in DB2 and tables with relationships. I would like to create a ER diagram based on my database design in DB2. MS SQL has a facility to create ER diagrams from DB schema, but DB2 doesn't seem to have one, at least to my knowledge.
Any one know of any open source tools/facility within DB2 itself for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以尝试 TOAD for DB2(免费软件和商业版本)。
此处下载
另外IBM Data Studio 看起来很有前途。
You could try TOAD for DB2 (freeware and commercial versions).
Download here
Also IBM Data Studio looks promising.
DbVisualizer 可以可视化(以及更多)几乎任何数据库,前提是相关的外键已被定义。 DbVisualizer 不是开源的,但有一个免费版本(在可视化方面不受限制)。
DbVisualizer can visualize (and much more) just about any database, provided that the relevant foreign keys have been defined. DbVisualizer isn't open source, but there is a free edition of it (which isn't limited regarding visualization).
您可以使用 Visio 并执行数据库逆向工程。 我已经完成了,发现它非常整洁。
将现有数据库逆向工程转换为数据库模型
You can use Visio and do a database reverse engineering. I have done it and found it to be quite neat.
Reverse engineer an existing database into a database model
TOAD for DB2 免费软件未启用 ER 图表功能。 它仅在商业版本中可用。 ER Studio 是另一个(昂贵的)选择。 如果可以的话,请尝试使用 Visio 2000 企业版。 它在 eBay 上有售,售价约为 35 美元。 Microsoft 已将 Visio 后续版本中的逆向工程选项移至昂贵的企业架构师捆绑包中。
TOAD for DB2 freeware does not have the ER diagramming feature enabled. It is available only in the commercial version. ER Studio is another (expensive) option. Try Visio 2000 Enterprise edition if you can get one. It is available on ebay for about $35. Microsoft has moved the reverse engineering option in subsequent version of Visio to the expensive enterprise architect bundles.
Aqua Data Studio 有一个 ER 建模工具,可与任何 RDBMS 配合使用。 您可以创建、探索、详细说明和修改数据库架构,以创建完全可编辑和可编写脚本的数据库关系和对象图表。 下载链接是 www.aquafold.com
Aqua Data Studio has an ER Modeling tool which will work with any RDBMS. You can create, explore, detail, and modify database schemas to create fully editable and scriptable diagrams of database relationships and objects. The link to download is www.aquafold.com