16:91 frame · ERD
Case study

Why this artifact is built the way it is

When you’d need it

A product spec says what users can do, but engineering needs to know how the data hangs together. An ERD turns a product story into tables and relationships before implementation starts.

Key decisions

  • Core entities are shown as tables with primary and foreign keys so engineering can review the model.
  • Relationships are labeled where the business meaning matters, such as a customer placing an order.
  • The example stays small enough to inspect, which is more useful than a giant schema wall at the planning stage.

When to copy vs. adapt

Copy this for early database planning, docs, or handoff. Expand it when you have real fields, cardinality rules, or integration tables to add.

Inside

What’s in this artifact

  1. 01Entities
  2. 02Primary keys
  3. 03Foreign keys
  4. 04Relationship labels
FAQ

ERD questions

What is an ERD example?

An ERD example shows tables or entities, their fields, and how records relate to each other. It is used to reason about a database before or during implementation.

Can Toft infer an ERD from notes?

Yes. Paste feature notes or table names and Toft drafts an initial schema diagram you can correct.

Is this different from a flowchart?

Yes. A flowchart shows a process over time; an ERD shows data structure and relationships.

Make your own

Tools that build this.

Make your own erd.

Describe what you need. Toft returns the finished, editable artifact.

Try it with this prompt