Description
Checks and formats SQL across multiple dialects so teams can keep queries consistent and catch common style or structure issues. Developers and data teams use it in editors, CI, and analytics repositories.
SQL linting does not prove a query is correct or safe. Test against the intended database, and avoid exposing production credentials or private data in linting workflows.