| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
sqruff is a SQL linter and formatter written in Rust.
Try it in the browser: https://playground.quary.dev
brew install sqruffFor other platforms (pip, cargo, binary downloads), see the installation guide.
sqruff lint . --dialect postgresCreate a .sqruff file in your project root:
[sqruff]
dialect = postgresThen run without the --dialect flag:
sqruff lint .Full documentation: playground.quary.dev/docs
Key entry points:
| Back | FazBrowse Home | New Git URL |