Skip to main content

One post tagged with "Database"

Database documentation and schema visualization

View All Tags

How to Create ER Diagrams in Confluence (Mermaid erDiagram Examples)

· 20 min read
NGPilot
NGPilot

Entity-Relationship (ER) diagrams are the standard way to visualize database schemas. They show the tables in your database, the columns in each table, primary and foreign key constraints, and the relationships between tables -- one-to-one, one-to-many, and many-to-many. Whether you are designing a new database from scratch, documenting an existing schema for onboarding, or collaborating on a data model before writing migration scripts, an ER diagram communicates structure faster than any amount of prose.