Tools
Free browser-based utilities for working with SQL and data. Everything runs client-side — your queries never leave your machine.
Whether you're cleaning up a query before a code review, comparing two versions of a migration, or just need a quick format, these tools are built for the way developers and analysts actually work with SQL every day. No accounts, no data uploads — just open and use.
SQL
-
SQL formatter
Format and beautify SQL with dialect-aware indentation
Open tool →
-
SQL diff
Compare two SQL queries with a highlighted line-by-line diff
Open tool →
-
SQL validator
Check SQL for syntax errors before running it
Open tool →
-
SQL minifier
Compress SQL into a single line by stripping whitespace and comments
Open tool →
-
SQL schema visualizer
Generate ER diagrams from CREATE TABLE statements
Open tool →
-
Prisma schema visualizer
Generate ER diagrams from a Prisma schema file
Open tool →