Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您是否知道给定数据库的任何db2工具或命令会返回包含所有表、字段和(可能)关系的图表?如果 DB2 不提供类似的东西,您是否知道其他东西,可能是免费/开源的,这不是 Visual Paradigm?
db2
SchemaSpy与 DB2 配合得很好。我过去用过它,他的输出是这样的。
您可以尝试 db2look,这是一个包含的工具,但它只是一个重新生成所有 DDL 的命令行。
此外,您可以使用 IBM Data Studio,这是一个基于 Eclipse 的工具,允许您管理 db2 数据库。同理,可以对实体关系图进行逆向工程。
这两个工具都是免费的,并且是 DB2 的一部分。