help.Config.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schemacrawler Show documentation
Show all versions of schemacrawler Show documentation
SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.
--- Configuration Options ---
Command-line options will override configuration file options.
SchemaCrawler configuration reads a resource called
schemacrawler.config.properties from the CLASSPATH, which
includes the lib/ folder. You can modify the default settings
in this file.
The order of loading configuration settings is:
1. From a CLASSPATH resource called
schemacrawler.config.properties
2. Which can be overridden by settings in a
configuration file (see below)
3. Which can be overridden by other command-line options
-g= (short for -configfile )
Reads SchemaCrawler configuration properties from
Optional, uses the default schemacrawler.config.properties file
in the current directory, or in-built default options
© 2015 - 2025 Weber Informatics LLC | Privacy Policy