Poor SQL is a T-SQL formatter that improves code readability across platforms and editors.
Poor SQL, also known as Poor Man’s T-SQL Formatter, is a code formatting tool designed to improve the readability of T-SQL. It supports multiple integration options including:
It’s open source, cross-platform (C#/.NET and JavaScript versions), and widely used by developers working with SQL Server.
You can try it online at poorsql.com.
Readable SQL is easier to debug, share, and maintain. Poor SQL helps enforce consistent formatting and improves collaboration.
A: Yes, it is open source and free for personal and commercial use.
A: No, it is designed specifically for formatting T-SQL (SQL Server).
A: Yes, with the CLI version you can automate formatting in your workflow.