Generating data models
Auto-generate ER diagrams from your tables with foreign key relationships using Mermaid
If users have created some tables, it's then possible to create a data model from the schema metadata. If the
tables also have foreign key relationships, those are also shown in the diagram. Just click on the Create Data Model menu entry on the lower left corner.
Under the hood, this feature generates
Mermaid Entity Relationship Diagram
code, that is dynamically rendered as a graph.