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.
Q: Is Poor SQL free to use?
A: Yes, it is open source and free for personal and commercial use.
Q: Does it support MySQL or PostgreSQL?
A: No, it is designed specifically for formatting T-SQL (SQL Server).
Q: Can it be used in CI/CD pipelines?
A: Yes, with the CLI version you can automate formatting in your workflow.