Skip to content

sqlfluff.com

A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

Package Information

  • Domain: sqlfluff.com
  • Name: sqlfluff.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install sqlfluff

Programs

This package provides the following executable programs:

  • sqlfluff

Aliases

This package can also be accessed using these aliases:

  • sqlfluff

Available Versions

Show all 24 versions
  • 3.4.1, 3.4.0, 3.3.1, 3.3.0, 3.2.5
  • 3.2.4, 3.2.3, 3.2.2, 3.2.1, 3.2.0
  • 3.1.1, 3.1.0, 3.0.7, 3.0.6, 3.0.5
  • 3.0.4, 3.0.3, 3.0.2, 3.0.1, 3.0.0
  • 2.3.5, 2.3.4, 2.3.3, 2.3.2

Latest Version: 3.4.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +sqlfluff.com@3.4.1 -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3.7<3.12

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.sqlfluffcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.