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.
我是 SchemaCrawler 的新手,对 SchemaCrawler 印象深刻。在我的项目中,我需要为同一数据源的不同版本检索架构。
示例:如何同时连接 MS SQL server 2005 和 2019 版本?
我建议要么使用不同的-url参数调用 SchemaCrawler 两次,要么在你的代码中处理它。
-url
对于代码,请看这里:https ://github.com/schemacrawler/SchemaCrawler/blob/master/schemacrawler-examplecode/src/main/java/com/example/ApiExample.java#L68