我正在使用最新版本的schemacrawler (16.1.2)
生成嵌入在 HTML 输出中的 SVG 图表。但是,它不是创建图表,而是仅以文本形式打印表格信息。如果我使用旧版本的schemacrawler
,它可以正常工作。我的机器上安装了 Graphviz。我做错了什么没有输出图表?
对于版本 16.1.2,我使用的这个版本的命令行不起作用
源 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,此版本的命令对我来说很好用
源 schemacrawler.sh -server=postgresql -host=hostname -database=db_name -user=username -password=password_name -infolevel=minimum -command=schema -outputformat=htmlx -loglevel=CONFIG > schemaGraph.html