1 个仓库
Translates high-level object-oriented query language into vendor-specific SQL.
Distinct from SQL String Compilations: Specifically compiles an object-oriented language (DQL) rather than just generating SQL strings from standard query objects.
Explore 1 awesome GitHub repository matching data & databases · Object-Oriented Query Compilation. Refine with filters or upvote what's useful.
Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc
Implements a custom query language that is compiled into optimized vendor-specific SQL.