Getting started

Getting started

Create an account

Sign in at app.schemadrop.com with GitHub. A personal workspace is created for you automatically.

Your first diagram

Click New diagram and start typing DBML in the left panel:

Table users {
  id uuid [pk]
  email text [unique, not null]
}

The table appears on the canvas as you type. Drag it anywhere — positions are saved per table and survive renames.