1 Repo
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.
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.