| name | SQLFluff SQL Linter and Auto-Formatter |
| slug | sqlfluff-sql-linter-auto-formatter |
| description | Lint and auto-format SQL code across 30+ dialects using SQLFluff. Enforces consistent style, catches syntax issues, and supports Jinja/dbt templating for ELT workflows. |
| github_stars | 9635 |
| verification | security_reviewed |
| source | https://github.com/sqlfluff/sqlfluff |
| category | Code Quality & Review |
| framework | Claude Code |
| tool_ecosystem | {"github_repo":"sqlfluff/sqlfluff","github_stars":9635} |
SQLFluff SQL Linter and Auto-Formatter
Lint and auto-format SQL code across 30+ dialects using SQLFluff. Enforces consistent style, catches syntax issues, and supports Jinja/dbt templating for ELT workflows.
Installation
Use the upstream install or setup path that matches your environment:
- $ pip install sqlfluff
- $ pip install sqlfluff[rs]
Requirements and caveats from upstream:
Basic usage or getting-started notes:
Source