如果没有引用外键约束,则不显示图形连接

Graph connection not displayed if there is no referential foreign key constraint

我在数据库 postgres 中有 tables,其中一些 tables 没有明确的外键引用约束。

当我 运行 架构爬虫时,它不会为父连接或子连接生成图形连接 tables。

是否支持基于名称或列名的匹配算法支持,以推荐来自不同 table 的可能匹配列,以生成具有某种 scoring/ranking.

的图表

SchemaCrawler can infer associations between columns if commonly used naming conventions are followed, and even if there are no foreign keys specified. Please take a look at the documentation on weak associations.

Sualeh Fatehi,SchemaCrawler