Database Tools

Visual Diff for
Database Schema Changes

Upload two PostgreSQL schema files and instantly see what changed — added tables, dropped columns, modified constraints — all color-coded and exportable.

Get Access — $12/mo

+ TABLE users (added)

+ id SERIAL PRIMARY KEY

+ email VARCHAR(255) NOT NULL

- TABLE accounts (removed)

~ TABLE orders (modified)

~ status VARCHAR(50) → VARCHAR(100)

Simple Pricing

Pro

$12

per month

  • Unlimited schema comparisons
  • Color-coded visual diff view
  • Export diff as PDF or HTML
  • Support for pg_dump output
  • Column & constraint diffing
  • Priority email support
Start Now

FAQ

What file formats are supported?

Any standard PostgreSQL schema file — plain SQL DDL scripts or output from pg_dump --schema-only. Just paste or upload the file.

Can I compare schemas from different Postgres versions?

Yes. The parser handles syntax from Postgres 12 through 16, so cross-version comparisons work without any extra configuration.

How do I export the diff report?

After the diff is generated you can download it as a self-contained HTML file or a PDF — great for sharing with your team or attaching to a PR.