quarylabs / sqruff
Fast SQL formatter/linter
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing quarylabs/sqruff in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewsqruff is a SQL linter and formatter written in Rust. • Linting: advanced, configurable SQL linting • Formatting: automated, configurable formatting • Speed: fast and efficient • Portability: easy to integrate into dev workflows Try it in the browser: https://playground.quary.dev Quickstart Install (macOS) For other platforms (pip, cargo, binary downloads), see the installation guide. Lint a project Configure a project Create a file in your project root: Then run without the flag: Documentation Full documentation: playground.quary.dev/docs Key entry points: • Installation • Usage • Configuration • Rules • CLI reference