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 RepositoriesQuery Readability Formatters

Tools that automatically apply indentation and line breaks to SQL queries to improve visual structure for developers.

Distinct from SQL Query Building: Distinct from SQL Query Building: focuses on formatting existing queries for readability rather than programmatic construction of new statements.

Explore 1 awesome GitHub repository matching data & databases · Query Readability Formatters. Refine with filters or upvote what's useful.

Awesome Query Readability Formatters 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.
  • jdorn/sql-formatterAvatar de jdorn

    jdorn/sql-formatter

    3,857Voir sur GitHub↗

    This project is a PHP library designed for parsing, beautifying, and syntax-highlighting SQL queries. It provides a set of utilities to improve the readability of database code, facilitate debugging, and assist in the maintenance of complex query structures. The library distinguishes itself by offering both aesthetic and functional processing capabilities. It can transform raw SQL strings into structured, indented formats for human review, or compress them by removing comments and unnecessary whitespace to optimize them for network transmission and logging. Additionally, it includes a syntax

    Improves the visual structure of complex database queries through automatic indentation and formatting.

    HTML
    Voir sur GitHub↗3,857
  1. Home
  2. Data & Databases
  3. SQL Query Building
  4. Query Readability Formatters