What is SQLFluff?
It is an extensible and modular linter designed to help you write good SQL and catch errors and bad SQL before it hits your database.
SQLFluff is a tool in the Code Review category of a tech stack.
SQLFluff is an open source tool with 6.2K GitHub stars and 494 GitHub forks. Here’s a link to SQLFluff's open source repository on GitHub
Who uses SQLFluff?
Developers
SQLFluff's Features
- Dialect-flexible and configurable SQL linter
- Works with jinja templating and dbt
- Auto-fix most linting errors
SQLFluff Alternatives & Comparisons
What are some alternatives to SQLFluff?
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Slick
It is a modern database query and access library for Scala. It allows you to work with stored data almost as if you were using Scala collections while at the same time giving you full control over when a database access happens and which data is transferred.
Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
TSLint
An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.
SonarQube
SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.
Related Comparisons
No related comparisons found