SchemaCrawler - Alternate Keys Example
Description
SchemaCrawler allows you to provide information about alternate keys for a table in a YAML file with the --attributes-file command-line switch.
How to Setup
- Make sure that java is on your PATH
- Start a command shell in the
_downloaderdirectory - Run
download.cmd jackson(ordownload.sh jacksonon Unix) to install serialization support using Jackson
How to Run
- Make sure that java is on your PATH
- Start the test database server by following instructions in the
_testdb/README.htmlfile - Start a command shell in the
alternate-keysexample directory - Run
alternate-keys.cmd alternate-keys.yaml(oralternate-keys.sh alternate-keys.yamlon Unix). - View the image in
alternate-keys.pngto see the alternate keys that were loaded from the YAML file
How to Experiment
- Modify
alternate-keys.yamland rerun the command