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 is a Symfony integration that configures and manages the Doctrine Object Relational Mapper and Database Abstraction Layer. It provides the fundamental tools required to map application objects to relational database tables and execute raw queries through a consistent programmatic interface. The project includes a database schema manager with command-line tools for synchronizing database structures with entity mappings and executing migrations. It also provides a database query debugger and activity debugging tools to track performance and execution details via a web-based inter
Injects custom logic or validates connection parameters by decorating driver components.