sqruff

Fast SQL formatter and linter written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

Fast SQL formatter/linter

Commands

sqruff

Examples

Format a SQL file and write changes in-place$ sqruff format query.sql
Lint a SQL file and show violations$ sqruff lint query.sql
Fix linting violations automatically$ sqruff fix query.sql