Adjust README.markdown
This commit is contained in:
parent
dd6f6cb097
commit
3b46df68ea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Doctrine 2 ORM
|
# Doctrine 2 ORM
|
||||||
|
|
||||||
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.0+ that provides transparent persistence
|
Doctrine 2 is an object-relational mapper (ORM) for PHP 5.3.2+ that provides transparent persistence
|
||||||
for PHP objects. It sits on top of a powerful database abstraction layer (DBAL). One of its key features
|
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),
|
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
|
inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility
|
||||||
|
|
Loading…
Add table
Reference in a new issue