--- id: sqlfluffrs version: "4.3.0" license: unclear license_treatment: permissive maintenance: active --- # sqlfluffrs — The SQL Linter for Humans License: permissive · Maintenance: active · Downloads: 91.3K/mo ## What it is and what it does SQLFluff-rs is a Rust-based performance component designed as an optional supplement to a SQL linting package. It is not a standalone tool and must be installed alongside the main package to provide any functionality. The package ships as prebuilt ABI3 wheels for CPython 3.10+ on common platforms, reducing installation friction on those targets; on unsupported platforms, it falls back to source builds that require a Rust toolchain and C/C++ compiler. The package is explicitly marked as experimental and supplementary. It serves as an optional backend to accelerate certain operations, but all core linting and formatting logic remains part of the main package. Direct installation is intended for development or debugging; end users should install via the optional extra to automatically pull in this component when appropriate for their platform. Use it for: - Accelerate SQL linting performance on supported platforms by installing the optional Rust component. - Develop or debug Rust integration by installing sqlfluffrs directly from a checkout. - Test on platforms where prebuilt wheels are not available by building from source with Rust. - Use on CPython 3.10+ with automatic Rust backend support without per-version wheel management. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. SQLFluff-rs is a Rust-based optional component that integrates with a SQL linting package to accelerate certain operations; it is not a standalone linter and requires the main package to function. Yes, if you use the main SQL linting package and want optional performance acceleration on a supported platform. Install via the optional extra rather than directly; this package is not standalone. If your platform lacks a prebuilt wheel, source builds require Rust and a C/C++ compiler—verify those are available before attempting installation. No known security vulnerabilities. ## Install pip install sqlfluffrs uv add sqlfluffrs poetry add sqlfluffrs ## Installing sqlfluffrs Before you install: Medium install friction due to compiled Rust dependency. Prebuilt ABI3 wheels available for CPython 3.10+ on common platforms (macOS, Linux, Windows); source builds require Rust toolchain and C/C++ compiler. Released 7 days ago; repository is active with 9853 stars. License in practice: Licensed under MIT (permissive), allowing commercial and private use with minimal restrictions. Quickstart: pip install sqlfluffrs Or install as an optional extra: pip install sqlfluffrs[rs] Requires CPython 3.10 or later. If prebuilt wheel unavailable for your platform, source build requires Rust toolchain (rustup) and C/C++ compiler. Verify before relying: - Specific performance improvement metrics or benchmarks provided by this component - Which operations or SQL dialects benefit most from the Rust backend - Whether PyPy support (listed in classifiers) is fully functional or experimental - Exact integration points and how this component is invoked by the main package ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 91.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sql linting rust acceleration, optional rust component sql, sql parser rust backend, rust-based sql performance, rust sql formatting, sql-linting, rust-accelerated, optional-component [View on SkillFed](https://skillfed.io/packages/sqlfluffrs) · [View on PyPI](https://pypi.org/project/sqlfluffrs/)