2 个仓库
Proxies that intercept database-specific protocols to manage or cache query traffic transparently.
Distinct from Traffic Interception: Existing candidates focus on generic network traffic or OS-level loopback interception, not database protocol proxying.
Explore 2 awesome GitHub repositories matching data & databases · Database Traffic Interception. Refine with filters or upvote what's useful.
Readyset is a transparent caching proxy for PostgreSQL and MySQL that sits between an application and its database, intercepting SQL queries and serving cached results from memory. It automatically caches query results on first execution and keeps those caches consistent by consuming the database’s replication stream in real time, enabling faster repeated reads without application code changes. The proxy also supports caching advanced SQL functions such as window functions, bucket functions, and locale-aware collation sorting, and exposes an interface that allows AI agents to inspect proxied q
Intercepts database protocol traffic transparently without requiring application code changes.
DoctrineBundle 是一个 Symfony 集成,用于配置和管理 Doctrine 对象关系映射器(ORM)和数据库抽象层(DBAL)。它提供了将应用程序对象映射到关系数据库表并通过一致的编程接口执行原始查询所需的基础工具。 该项目包含一个带有命令行工具的数据库模式管理器,用于将数据库结构与实体映射同步并执行迁移。它还提供了一个数据库查询调试器和活动调试工具,通过 Web 界面跟踪性能和执行细节。 该 Bundle 涵盖了广泛的数据管理功能,包括元数据映射配置、全局查询过滤和自定义实体标识符生成。它还通过查询结果缓存支持性能优化,并提供了一个用于拦截数据库和实体生命周期更改的事件驱动系统。
Injects custom logic or validates connection parameters by decorating driver components.