Code Tools
Recently added
SQL Linter
Lint SQL for style and common anti-patterns.
Features
- Style and anti-pattern hints
- Feedback while drafting
- Complements the formatter
How to use SQL Lint
- 1Paste SQL.
- 2Lint and read the suggestions.
- 3Apply the ones that match your team standards.
Examples
Select star
InputSELECT * FROM ordersOutput
Hint: avoid SELECT * in production queries
About SQL Lint
SQL Linter flags style and foot-gun patterns so reviews spend less time on SELECT * debates and more on logic. Rules are guidance - your team standards still win.
Frequently asked questions
It advises; it does not connect to or lock a database.
Use the suggestions as a checklist alongside your own lint rules in CI.
Yes.