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

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

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

jarulraj/sqlcheck

0
View on GitHub↗
2,520 星标·122 分支·C++·Apache-2.0·9 次浏览

Sqlcheck

Automatically identify anti-patterns in SQL queries

Features

  • Data Utilities - SQL anti-pattern detection tool.
  • Database Design Patterns - Tool for identifying anti-patterns in SQL queries.
  • SQL Analysis and Linting - Detects common SQL anti-patterns automatically.

Star 历史

jarulraj/sqlcheck 的 Star 历史图表jarulraj/sqlcheck 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Sqlcheck 的开源替代方案

相似的开源项目,按与 Sqlcheck 的功能重合度排序。
  • ariga/atlasariga 的头像

    ariga/atlas

    8,096在 GitHub 上查看↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    Go
    在 GitHub 上查看↗8,096
  • bytebase/bytebasebytebase 的头像

    bytebase/bytebase

    14,151在 GitHub 上查看↗

    Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se

    Gocicddata-maskingdata-security
    在 GitHub 上查看↗14,151
  • andialbrecht/sqlparseandialbrecht 的头像

    andialbrecht/sqlparse

    4,008在 GitHub 上查看↗

    sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a non-validating parser that breaks down SQL text into tokens and a utility to divide strings containing multiple queries into individual statements. The project includes a code formatter that reorganizes SQL statements using consistent indentation and keyword casing. It also provides mechanisms for automating this formatting and linting process through version control hooks to maintain code consistency.

    Python
    在 GitHub 上查看↗4,008
  • supabase-community/postgres-language-serversupabase-community 的头像

    supabase-community/postgres-language-server

    5,242在 GitHub 上查看↗

    This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax diagnostics, and type checking for SQL and PL/pgSQL. It functions as a database schema validator and a static analysis engine designed to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns in database scripts. The server differentiates itself by using live database connections to provide schema-aware intelligence, allowing it to verify that tables, columns, and data types actually exist. It performs static analysis on procedural functions to det

    Rustlanguage-server-protocolpostgres
    在 GitHub 上查看↗5,242
查看 Sqlcheck 的所有 30 个替代方案→

常见问题解答

jarulraj/sqlcheck 是做什么的?

Automatically identify anti-patterns in SQL queries

jarulraj/sqlcheck 的主要功能有哪些?

jarulraj/sqlcheck 的主要功能包括:Data Utilities, Database Design Patterns, SQL Analysis and Linting。

jarulraj/sqlcheck 有哪些开源替代品?

jarulraj/sqlcheck 的开源替代品包括: ariga/atlas — Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a… supabase-community/postgres-language-server — This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax… andialbrecht/sqlparse — sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a… bytebase/bytebase — Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations,… dalibo/ldap2pg — :elephant: :busts_in_silhouette: Manage PostgreSQL roles and privileges from YAML or LDAP. ankane/pgsync — Sync data from one Postgres database to another.