Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

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:

  1. Open the command prompt and navigate to extensions/database/ext-schema-documentation
  2. Execute the command below to run Maven's site plugin and generate the documentation.
    mvn site
  3. Navigate to extensions/database/ext-schema-documentation/target/site/schemaspy
  4. Open index.html in a web browser to view the schema documents.