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

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

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

2 个仓库

Awesome GitHub RepositoriesSQL Interceptors

Mechanisms for intercepting and modifying SQL statements at runtime before execution.

Distinct from Query Modifiers: Focuses on general SQL statement modification for pagination and safety, not just Eloquent list pages.

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

Awesome SQL Interceptors GitHub Repositories

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

    baomidou/mybatis-plus

    17,391在 GitHub 上查看↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Allows modification of executed SQL statements at runtime to inject pagination and safety constraints via a plugin system.

    Javamybatismybatis-plusmybatis-spring
    在 GitHub 上查看↗17,391
  • pagehelper-org/mybatis-pagehelperpagehelper-org 的头像

    pagehelper-org/Mybatis-PageHelper

    12,358在 GitHub 上查看↗

    Mybatis-PageHelper is a pagination plugin and persistence framework extension for MyBatis. It functions as a physical pagination engine that automatically appends limit and offset clauses to SQL queries to retrieve specific record subsets from a data source. The project optimizes data retrieval by modifying SQL statements at runtime to reduce memory overhead. It implements database pagination and data set windowing to manage the retrieval of paginated data within Java applications. The system utilizes a MyBatis interceptor chain for dynamic SQL rewriting and employs database dialects to ensu

    Uses a MyBatis interceptor chain to modify SQL queries at runtime before they are sent to the database.

    Javamybatismybatis-plugin
    在 GitHub 上查看↗12,358
  1. Home
  2. Data & Databases
  3. Virtual Table Querying
  4. Query Modifiers
  5. SQL Interceptors