back to home

quarylabs / sqruff

Fast SQL formatter/linter

1,234 stars
55 forks
75 issues
RustPythonStarlark

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.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/quarylabs/sqruff)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

sqruff 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