SchemaCrawler - Weak Associations Example
Description
SchemaCrawler allows you to provide information about weak associations, or references from a column in one table to another 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
_downloader
directory - Run
download.cmd jackson
(ordownload.sh jackson
on 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.html
file - Start a command shell in the
weak-associations
example directory - Run
weak-associations.cmd weak-associations.yaml
(orweak-associations.sh weak-associations.yaml
on Unix). - View the image in
weak-associations.png
to see the weak associations that were loaded from the YAML file
How to Experiment
- Modify
weak-associations.yaml
and rerun the command