Database Documentation
Database Documentation
Using SchemaSpy, a Java-based command-line interface tool, you can generate database schema documents from your database.
Generating Database Schema Documents
Warning: Before you start
You must have Graphviz installed on your machine. Graphviz is required in the generation of the table/view relationships graph.
To generate your database schema documents:
- Open the command prompt and navigate to <Elastic Path root>/liquibase/schema-documentation
- Execute the command below to run Maven's site cycle.
mvn site
- Open a window to <Elastic Path root>/liquibase/schema-documentation/target/site/schemaspy
- With your favorite web browser, open index.html to view your schema documents.