1 repository
Interception of database driver operations to inject custom logic or validate parameters.
Distinct from Database Traffic Interception: Focuses on decorating driver components for logic injection rather than network-level traffic proxying.
Explore 1 awesome GitHub repository matching data & databases · Driver Operation Interception. Refine with filters or upvote what's useful.
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.