devvkit / dev
SQL Formatter
Format and beautify SQL queries for PostgreSQL, MySQL, SQLite.
Input
share this tool
related tools
Format and beautify SQL queries for multiple database dialects. Supports PostgreSQL, MySQL, SQLite, BigQuery, Snowflake, and more with configurable indentation, uppercase keywords, and line breaks.
>[x]Features
- -Format SQL with configurable indentation (tabs or spaces)
- -Supports PostgreSQL, MySQL, SQLite, BigQuery, Snowflake, Redshift
- -Uppercase or lowercase keyword options
- -Line breaks before or after major clauses
- -Compact mode for minimal formatting
- -Copy formatted SQL with one click
>>Use Cases
- >Formatting unreadable SQL queries for code review
- >Standardizing SQL style across a team or project
- >Preparing clean SQL schemas for documentation
- >Debugging complex queries with proper indentation