Make a dense SQL query readable without sending it to a database. This formatter understands common SELECT, INSERT, UPDATE and DELETE clauses, preserves quoted strings/comments, and can output compact SQL again when you need it.
This tool only rearranges text; it never runs a query, verifies a schema or protects against SQL injection. Always use parameterised queries in application code, review generated SQL, and test it against the database that will execute it.