The ERD tool that enforces your team's naming standards

Sqemo is an ERD tool that enforces your team's database naming conventions. Design databases with a shared word list, not guesswork: model in business terms, and consistent physical names for tables and columns are generated by your team's naming rules. Off-standard names are caught in the editor and in CI, not in production.

Free · runs in your browser · no sign-up required · handles 5,000+ tables

Sqemo canvas showing a database diagram with logical and physical names

Sound familiar?

Every team ends up with three names for the same thing. Code review catches some of it. The rest ships to production.

user_id userId usr_id user_no

Naming conventions in a wiki don't enforce themselves. Sqemo turns them into rules that run on every column you add.

Words in, consistent schema out

  1. 1. Define your word list and domains once

    Map business terms to physical words and abbreviations — "customer" → cust, "identifier" → id. Domains carry type and length — "status" → varchar(20).

  2. 2. Model in business language

    Name entities and attributes the way your domain experts talk. Logical and physical models stay linked.

  3. 3. Physical names, generated

    Table and column names follow your naming rules automatically. Words missing from your list get flagged, not shipped.

Add "Customer Status" — CUST_STS varchar(20) is generated from your word list, domains and naming rules. Change the list, and every off-standard column is flagged and updated in one click.

In a team, the standard grows through review

  1. 1. The workspace owns the standard

    Put the word list and naming rules in a workspace and every linked ERD generates names from the same standard. Members read it; they don't edit it.

  2. 2. Members propose words

    Hit a word that isn't in the list? Propose it right there — with a note — instead of patching the standard yourself.

  3. 3. The owner approves or rejects

    Approved words reach every team ERD immediately. Rejected ones never enter the standard. Nobody changes it quietly.

The proposal queue as the standard owner sees it: pending word proposals from teammates, each with a note and approve/reject buttons

See the propose → approve → reject flow in a 2-minute video.

Everything else an ERD tool should do

Simple pricing

Free$0 — full modeling toolkit
Pro $9/mo — unlimited cloud projects
Team $19/user/mo — your whole team on one standard
See full pricing →

Stop reviewing names. Start enforcing them.

Start free — no sign-up required