SchemaCrawler - Dump Example
Description
The dump example shows how to dump the contents of a database in a diff-able format.
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 dump example directory
- Run
dump.cmd dump.html
(ordump.sh dump.html
on Unix)
How to Experiment
- Try using grep options to include certain tables. For example, try using a command-line option of
--grep-columns=.*\\.AUTHOR.*