A one-line query from a log. Format it. Execution stays in your client. XML/JSON have their own formatters.
On-call: a single-line SELECT in CloudWatch. You want newlines, not a SQL runner in the browser. This page indents. It will not explain a query plan.
Other formatters: JSON, XML, code beautify. Diff two revisions on text diff.
One-line SELECTs from alerts
A monitoring snippet that needs newlines. We do not connect, EXPLAIN, or scan for injection. Dialects fold differently. Take the pretty text back to your client to run it.
How to use it
- Paste one statement (or a small batch).
- Format. If it fails, the text may not be SQL.
- Copy back to your client and run it there.
Honest limits
Not a linter that knows your schema. Not EXPLAIN. Not a data exfil tool we will ever add.