Developer Tools

SQL Formatter

Format SQL queries — uppercase keywords and clause-per-line layout for readability.

About the SQL Formatter

The SQL Formatter uppercases keywords and starts each major clause (SELECT, FROM, WHERE, JOIN, GROUP BY, ORDER BY …) on its own line — turning one-line query strings into reviewable SQL.

The formatter is dialect-agnostic — it recognizes the shared core keywords of MySQL, MariaDB, PostgreSQL and SQLite.