I am new to SchemaCrawler and impressed with the SchemaCrawler. In my project, I need to retrieve the schema for a different version of the same data source.
Example: How to connect MS SQL server version 2005 and 2019 both at the same time?
I am new to SchemaCrawler and impressed with the SchemaCrawler. In my project, I need to retrieve the schema for a different version of the same data source.
Example: How to connect MS SQL server version 2005 and 2019 both at the same time?
I would suggest either invoking SchemaCrawler twice with different -url
parameter or handle this in you code.
For the code, look here : https://github.com/schemacrawler/SchemaCrawler/blob/master/schemacrawler-examplecode/src/main/java/com/example/ApiExample.java#L68