awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesStatic Template Analysis

Linting and validating SQL templates using dummy parameters before final rendering.

Distinct from SQL Templating Engines: Focuses on analysis and validation of the template, not the engine that injects variables.

Explore 1 awesome GitHub repository matching data & databases · Static Template Analysis. Refine with filters or upvote what's useful.

Awesome Static Template Analysis GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sqlfluff/sqlfluffAvatar de sqlfluff

    sqlfluff/sqlfluff

    9,525Voir sur GitHub↗

    SQLFluff is a multi-dialect SQL linter, formatter, and style guide enforcer. It functions as a parser and analyzer that converts SQL scripts into structured trees to validate syntax, identify logical components, and enforce consistent capitalization, aliasing, and layout conventions across various database dialects. The system is specifically designed to handle templated SQL, providing the ability to analyze, parse, and lint files containing macros or placeholders. It uses dummy-parameter rendering and source mapping to validate the style and correctness of dynamic code before it is rendered

    Evaluates files containing placeholders or macros using dummy parameters to validate style and correctness.

    Pythonhacktoberfestpypisql
    Voir sur GitHub↗9,525
  1. Home
  2. Data & Databases
  3. Data Querying
  4. SQL Templating Engines
  5. Static Template Analysis