Developer · Free forever
SQL formatter
Beautify SQL queries with proper indentation and keyword casing. Read complex queries instantly.
Frequently asked questions
Which SQL dialects are supported?
The formatter works on common SQL keywords used across PostgreSQL, MySQL, SQLite, and SQL Server. Vendor-specific syntax is left as-is.
Does it validate the query?
No. It only reformats whitespace and keyword casing. Use your database’s parser to validate.
Will it touch string literals?
String contents are not modified, but keyword detection is approximate — review queries that include unusual identifiers.