Skip to content

ER — Database schema template

Entities and relationships for a data model. Open it in the editor, replace what needs replacing, and export a typeset PDF — free, no signup, nothing uploaded.

Use this templateAll templates

Preview

Database Schema

How customers, orders, and products relate.

mermaid
erDiagram
  CUSTOMER ||--o{ ORDER : places
  ORDER ||--|{ LINE_ITEM : contains
  PRODUCT ||--o{ LINE_ITEM : "ordered in"

The Markdown source

# Database Schema

How customers, orders, and products relate.

```mermaid
erDiagram
  CUSTOMER ||--o{ ORDER : places
  ORDER ||--|{ LINE_ITEM : contains
  PRODUCT ||--o{ LINE_ITEM : "ordered in"
```

Copy it anywhere Markdown works — or open it pre-loaded in Scripto with the button above.

Ship your er — database schema today.

One click opens this template in the editor with a live paginated preview.