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

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

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

2 个仓库

Awesome GitHub RepositoriesSQL Query Structure Validators

Specialized validators that detect structural issues in SQL queries such as unused CTEs and redundant statements.

Distinct from Structural Data Validators: Parent focuses on general data structure validation; this specifically targets SQL query logical structure.

Explore 2 awesome GitHub repositories matching data & databases · SQL Query Structure Validators. Refine with filters or upvote what's useful.

Awesome SQL Query Structure Validators GitHub Repositories

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

    sqlfluff/sqlfluff

    9,525在 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

    Detects structural issues such as unused common table expressions, redundant statements, and ambiguous groupings.

    Pythonhacktoberfestpypisql
    在 GitHub 上查看↗9,525
  • xiaomi/soarXiaoMi 的头像

    XiaoMi/soar

    8,770在 GitHub 上查看↗

    Soar is a suite of specialized tools designed for analyzing MySQL performance, advising on indexing, and optimizing SQL syntax. It functions as a performance analyzer, index advisor, and query optimizer to identify bottlenecks and suggest structural improvements for faster execution. The project distinguishes itself through a system for rewriting SQL statements into optimized equivalent versions using custom heuristic rules and patterns. It also features a dedicated index advisor that evaluates query patterns and database metadata to recommend the creation of new indexes. Its broader capabil

    Detects structural issues and syntax errors in SQL queries to ensure they are syntactically correct.

    Goadvisorauditorcommand-line
    在 GitHub 上查看↗8,770
  1. Home
  2. Data & Databases
  3. Structural Data Validators
  4. SQL Query Structure Validators