SchemaCrawler - Other Diagrams Example
Description
SchemaCrawler can generate mermaid and dbdiagram.io diagrams with a little scripting with Python.
How to Setup
- Make sure that java is on your PATH
- Start a command shell in the
_downloader
directory - Run
download.cmd python
(ordownload.sh python
on Unix) to install Python scripting 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
other-diagrams
example directory - Run
other-diagram.cmd mermaid.py
(orother-diagram.sh mermaid.py
on Unix) and view the output in mermaid - Run
other-diagram.cmd dbml.py
(orother-diagram.sh dbml.py
on Unix) and view the output in dbdiagram.io
How to Experiment
- Try modifying the Python in the *.py files to do different things.