SchemaCrawler 16.12 版本命令行未创建我的 htmlx 输出



我正在使用最新版本的schemacrawler (16.1.2)来生成嵌入在HTML输出中的SVG图。但是,它不是创建图表,而只是以文本形式打印表格信息。如果我使用旧版本的schemacrawler,它可以正常工作。我的机器上安装了 Graphviz。我做错了什么,没有输出图表?

对于版本 16.1.2,我使用的此版本的命令行不起作用

source schemacrawler.sh --server=postgresql --host=hostname --database=db_name --user=username --password=password_name --info-level=standard --schemas=schema_name --command=schema --outputformat=htmlx --log-level=CONFIG> schemaGraph.html

对于版本 14.17,此版本的命令对我来说效果很好

source schemacrawler.sh -server=postgresql -host=hostname -database=db_name -user=username -password=password_name -infolevel=minimum -command=schema -outputformat=htmlx -loglevel=CONFIG> schemaGraph.html

请尝试--output-format,看看它是否有效。

最新更新