Source: doctrine Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper-compat (= 13), help2man, php-doctrine-common, php-doctrine-dbal, php-doctrine-inflector (>= 2), php-doctrine-instantiator, php-sqlite3, php-symfony-console, php-symfony-yaml, phpab, phpunit, pkg-php-tools Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/php-team/pear/doctrine.git -b debian/latest Vcs-Browser: https://salsa.debian.org/php-team/pear/doctrine Homepage: https://www.doctrine-project.org/projects/orm.html Rules-Requires-Root: no Package: php-doctrine-orm Architecture: all Depends: php-mysql | php-pgsql | php-sqlite3 | php-sybase, ${misc:Depends}, ${phpcomposer:Debian-require} Recommends: ${phpcomposer:Debian-suggest} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: doctrine, ${phpcomposer:Debian-provide} Description: tool for object-relational mapping ${phpcomposer:description}. Doctrine 2 is an object-relational mapper (ORM) for PHP that provides transparent persistence for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. . The Doctrine Project provides several libraries primarily focused on database storage and object mapping.