# Installer sqlfluff avec Homebrew, apt, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de sqlfluff pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:sqlfluff
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install sqlfluff
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install sqlfluff
```

  Preuve: Debian stable package indexes: sqlfluff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#sqlfluff
```

  Preuve: nixpkgs package indexes: pkgs/by-name/sq/sqlfluff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S sqlfluff
```

  Preuve: Arch Linux sync databases: sqlfluff from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:sqlfluff
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.2.2
- **Résumé source:** SQL linter and auto-formatter for Humans
- **Page d'accueil:** <https://docs.sqlfluff.com/>
- **Dernière mise à jour:** 2026-06-05T19:11:50Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- sqlfluff (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.2.2
## Historique du projet et usages

SQLFluff is a Python-based SQL linter and auto-formatter designed for dialect-flexible SQL, templated SQL, and analytics engineering workflows such as dbt and Jinja.

### Historique du projet

The SQLFluff repository was created in 2018. Early GitHub releases in November 2018 describe the first functional release, usable linting, and alpha autocorrection; by late 2019 the project had alpha templating support.

The README describes the project as a dialect-flexible and configurable linter that can auto-fix many linting errors, supports many SQL dialects, and supports templating systems including Jinja and dbt.

### Historique d'adoption

SQLFluff grew with analytics-engineering and ELT workflows where SQL style, templating, and CI linting matter. The input package metadata lists Homebrew, Debian, Ubuntu, Arch, and Nix packages, showing that it moved beyond pip into system package-manager culture.

### Modes d'utilisation

Typical CLI usage is sqlfluff lint or sqlfluff fix against SQL files, with dialect and templater behavior configured through files such as .sqlfluff, setup.cfg, tox.ini, pep8.ini, or pyproject.toml.

### Pourquoi les passionnés de paquets s'y intéressent

Package nerds care about SQLFluff because it made SQL linting feel like a normal developer-tooling dependency: install it from a package manager, pin it in CI, run it over generated or templated SQL, and keep database code review from becoming pure style debate.

### Chronologie

- 2018: GitHub repository created.
- 2018: First functional release and usable linting releases published.
- 2019: First alpha release with templating support published.
- Current README: project documents many dialects, Jinja and dbt templating, CLI lint/fix usage, Docker image, and monthly releases.

### Related projects

- SQLFluff is closely associated with dbt and Jinja workflows, and its README also points to a VS Code extension and official Docker image.

### Sources

- <https://api.github.com/repos/sqlfluff/sqlfluff>
- <https://api.github.com/repos/sqlfluff/sqlfluff/releases>
- <https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html>
- <https://github.com/sqlfluff/sqlfluff#readme>
- input.source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour sqlfluff. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: setup.cfg, tox.ini, pep8.ini, .sqlfluff, pyproject.toml
## Autres enregistrements de gestionnaires de paquets

- Debian apt - sqlfluff - 3.3.1-1: normalized package name match | Debian stable package indexes: sqlfluff from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SQL linter tool | https://www.sqlfluff.com/
- Debian apt - sqlfluff-doc - 3.3.1-1: normalized package name match | Debian stable package indexes: sqlfluff-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | SQL linter tool - documentation | https://www.sqlfluff.com/
- Nix - sqlfluff: normalized package name match | nixpkgs package indexes: pkgs/by-name/sq/sqlfluff/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - sqlfluff - 2.3.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: sqlfluff from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SQL linter tool | https://www.sqlfluff.com/
- Ubuntu apt - sqlfluff-doc - 2.3.5-1: normalized package name match | Ubuntu 24.04 LTS package indexes: sqlfluff-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | SQL linter tool - documentation | https://www.sqlfluff.com/
- pacman - sqlfluff - 4.2.2-1: normalized package name match | Arch Linux sync databases: sqlfluff from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A dialect-flexible and configurable SQL linter | https://github.com/sqlfluff/sqlfluff


## Combined YAML source

View the package source record on GitHub. [combined/sqlfluff.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sqlfluff.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
