1 repositorio
Libraries that provide a consistent interface for interacting with multiple relational database management systems in PHP.
Distinct from PHP Database Toolkits: Distinct from PHP Database Toolkits: focuses on the access layer abstraction rather than general administration utilities.
Explore 1 awesome GitHub repository matching data & databases · Database Access Layers. Refine with filters or upvote what's useful.
This project is a database access layer for PHP that provides a consistent interface for interacting with multiple relational database management systems. It functions as a unified abstraction layer, enabling developers to connect to various SQL databases and perform data operations through a standardized command set. The library distinguishes itself by utilizing a fluent query builder that allows for the programmatic construction of complex SQL statements. It further abstracts database interactions through a schema definition language, which enables the creation, modification, and management
Provides a consistent way to interact with various relational database management systems in PHP.