awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesQuery Compression Utilities

Tools that compress SQL queries into compact, single-line strings by removing unnecessary whitespace and comments.

Distinct from SQL Query Debuggers: Distinct from SQL Query Debuggers: focuses on query compression for efficient execution rather than diagnostic output.

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

Awesome Query Compression Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jdorn/sql-formatterjdorn 的头像

    jdorn/sql-formatter

    3,857在 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

    Compresses database queries by removing comments and unnecessary whitespace for efficient network transmission.

    HTML
    在 GitHub 上查看↗3,857
  1. Home
  2. Data & Databases
  3. SQL Query Editors
  4. SQL Query Debuggers
  5. Query Compression Utilities