Doctrine DBAL

Doctrine DBAL 2.2.1 / 2.1.6

DBAL comes with many features for PDO abstraction, database schema introspection and schema management.What is new in this release:DBAL Schema supported was heavily refactored to include the concept of "namespaces". This abstracts multi-database...

read more
Doctrine ORM

Doctrine ORM 2.2.1 / 2.1.6 / 1.2.4

The ORM is built on top of a powerful database abstraction layer called DBAL.The developer can write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.This provides developers...