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
_downloaderdirectory - Run
download.cmd python(ordownload.sh pythonon 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.htmlfile - Start a command shell in the
other-diagramsexample directory - Run
other-diagram.cmd mermaid.py(orother-diagram.sh mermaid.pyon Unix) and view the output in mermaid - Run
other-diagram.cmd dbml.py(orother-diagram.sh dbml.pyon Unix) and view the output in dbdiagram.io
How to Experiment
- Try modifying the Python in the *.py files to do different things.