SQL tools
Format, beautify and minify SQL, and turn queries into something a reviewer can read.
SQL FormatterFormat and beautify SQL for PostgreSQL, MySQL and SQL Server — clauses on their own lines, subqueries indented, literals untouched.SQL MinifierCollapse a SQL query to one line and strip comments, without touching string literals, quoted identifiers or the meaning of the query.SQL Query BuilderBuild a parameterised SELECT, INSERT, UPDATE or DELETE for Postgres, MySQL or SQL Server — with a warning when the query is valid but not what you meant.SQL Query ExplainerRead a SQL query clause by clause and see what it actually does — including the outer join your WHERE clause quietly turned into an inner one.