SchemaCrawler - Mustache Templating Example
Description
The command example demonstrates the integration of SchemaCrawler with Mustache.
How to Setup
- Make sure that java is on your PATH
- Start a command shell in the
_downloader
directory - Run
download.cmd mustache
(ordownload.sh mustache
on Unix) to install Mustache templating support
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
mustache
example directory - Run
mustache.cmd tables.mustache
(ormustache.sh tables.mustache
on Unix)
How to Experiment
- Try modifying the Mustache template,
tables.mustache
to modify the output produced.