README.md 1011 Bytes
Newer Older
1 2
# Doctrine DBAL

3 4 5 6 7
| [Master][Master] | [2.5][2.5] | [2.4][2.4] |
|:----------------:|:----------:|:----------:|
| [![Build status][Master image]][Master] | [![Build status][2.5 image]][2.5] | [![Build status][2.4 image]][2.4] |


8 9
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.

10

11 12
## More resources:

13 14
* [Website](http://www.doctrine-project.org/projects/dbal.html)
* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
15
* [Issue Tracker](http://www.doctrine-project.org/jira/browse/DBAL)
16 17 18 19 20 21 22 23


  [Master image]: https://img.shields.io/travis/doctrine/dbal/master.svg?style=flat-square
  [Master]: https://travis-ci.org/doctrine/dbal
  [2.5 image]: https://img.shields.io/travis/doctrine/dbal/2.5.svg?style=flat-square
  [2.5]: https://github.com/doctrine/dbal/tree/2.5
  [2.4 image]: https://img.shields.io/travis/doctrine/dbal/2.4.svg?style=flat-square
  [2.4]: https://github.com/doctrine/dbal/tree/2.4