The formatter supports standard SQL and works with MySQL, PostgreSQL, SQLite, SQL Server, and most other SQL dialects. Keywords are uppercased automatically.
Does this validate SQL syntax?
This is primarily a formatter/beautifier. It will format valid SQL and may catch some syntax errors, but it's not a full SQL parser. For complex queries, test in your database.
How does the formatting work?
The formatter adds line breaks after major clauses (SELECT, FROM, WHERE, JOIN), indents subqueries, and uppercases SQL keywords for readability.
Is my data secure?
Yes, all formatting happens locally in your browser. Your SQL queries never leave your device.