SQL Tools
Make SQL readable — format queries with consistent keyword casing and indentation, or collapse them to a single line for logs and diffs.
SQL Formatter
FormatterFormats ugly or compressed SQL into readable, indented queries with consistent keyword casing — processed entirely client-side so your queries stay private.
Open toolSQL Minifier
MinifierCompresses formatted SQL into a single-line query by collapsing all whitespace — the result is semantically identical but takes fewer bytes, processed client-side for privacy.
Open tool