5 repository-uri
Tools that standardize the indentation and syntax style of SQL queries.
Distinct from SQL Parsers: Distinct from SQL Parsers: focuses on the formatting output rather than the parsing logic.
Explore 5 awesome GitHub repositories matching data & databases · SQL Formatters. Refine with filters or upvote what's useful.
This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma
Standardizes the indentation and syntax style of SQL queries to improve readability.
sqlglot is a SQL parser and transpiler that represents queries as abstract syntax trees to enable structural analysis, modification, and semantic transformation. It functions as a dialect translator and query optimizer, converting SQL code between different database engines and simplifying syntax trees through rule-based normalization. The project provides a framework for defining custom SQL dialects by overriding tokenizers, parsers, and generators. It includes a lineage analyzer to track data flow from source tables through complex queries to identify the origin of specific columns. Additi
Generates consistently styled SQL from a syntax tree with options for pretty printing and indentation.
A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal
Cleans up SQL code using an internal or online reformatter.
sqlparse este o bibliotecă Python pentru analiza programatică și manipularea instrucțiunilor SQL. Aceasta oferă un parser non-validant care descompune textul SQL în token-uri și un utilitar pentru a diviza șirurile care conțin mai multe interogări în instrucțiuni individuale. Proiectul include un formator de cod care reorganizează instrucțiunile SQL folosind indentare consistentă și casing pentru cuvintele cheie. De asemenea, oferă mecanisme pentru automatizarea acestui proces de formatare și linting prin hook-uri de version control pentru a menține consistența codului.
Reorganizes SQL statements with consistent indentation and keyword casing to improve readability.
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
Provides a comprehensive PHP library for beautifying, compressing, and syntax highlighting SQL queries.