About SQL Formatter
A one-line SQL query pasted from a log or an ORM's debug output is hard to review at a glance - keywords blur together and nesting is invisible.
This reformats SQL with keyword capitalization and sensible line breaks for readability. It's a heuristic formatter, not a full SQL parser, so review the output before running anything against production - especially for complex, deeply nested queries.