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

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

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

3 个仓库

Awesome GitHub RepositoriesStatic Query Analysis

Analysis of SQL strings within application code to evaluate performance without executing the queries.

Distinct from Query Performance Analyzers: Focuses on static string analysis of queries rather than analyzing actual database execution plans

Explore 3 awesome GitHub repositories matching data & databases · Static Query Analysis. Refine with filters or upvote what's useful.

Awesome Static Query Analysis GitHub Repositories

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

    alibaba/p3c

    30,827在 GitHub 上查看↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Detects inefficient database queries and mapping logic through static analysis of Java code.

    Kotlin
    在 GitHub 上查看↗30,827
  • porsager/postgresporsager 的头像

    porsager/postgres

    8,566在 GitHub 上查看↗

    This project is a PostgreSQL client library and SQL query builder for JavaScript and TypeScript. It provides a low-level database driver and connection manager to handle database sessions, along with a logical replication client for monitoring real-time changes. The library distinguishes itself with a high-performance bulk data streamer that utilizes the database copy command for importing and exporting large datasets. It also implements a logical replication protocol to facilitate real-time database synchronization through change subscriptions and channel-based notifications. The toolset co

    Provides utilities to analyze query metadata, such as column types and the final SQL string, without execution.

    JavaScriptclientcockroachdbdatabase
    在 GitHub 上查看↗8,566
  • larastan/larastanlarastan 的头像

    larastan/larastan

    6,430在 GitHub 上查看↗

    Larastan is a static analysis extension and type inference engine for PHP designed to detect bugs and type errors in Laravel applications. It extends PHPStan to resolve framework-specific patterns and magic methods, providing a rule-based scanning engine to audit code quality without executing the application. The tool specializes in Eloquent analysis, verifying that model properties, casts, and relationships align with database schemas and migrations. It tracks types across Eloquent collections, custom builders, and model factories to ensure type safety during database operations and iterati

    Identifies collection method calls that should be performed as direct database queries to reduce memory usage.

    PHP
    在 GitHub 上查看↗6,430
  1. Home
  2. Data & Databases
  3. Query Performance Analyzers
  4. Static Query Analysis