Reputation: 11
Good evening
I am a student in the engineering of distributed systems Master 2.
I wanted to know how to use the SchemaCrawler API to implement an application that generates metadata from a database (Mysql) and use the metadata to create an entity association diagram (reverse engineering).
If you want to help me in my work.
Thank you .
Upvotes: 0
Views: 153
Reputation: 4784
Where I have to put the schemacrawler.config.properties file ??
If you are using the SchemaCrawler API, you do not need a schemacrawler.config.properties
file. The configuration file is used to build the SchemaCrawlerOptions
, which you can build programmatically. Please see this code example to get started.
Sualeh Fatehi, SchemaCrawler
Upvotes: 1