README.md 1.08 KB
Newer Older
1 2
# Doctrine DBAL

3 4 5
| [Master][Master] | [2.5][2.5] |
|:----------------:|:----------:|
| [![Build status][Master image]][Master] | [![Build status][2.5 image]][2.5] |
6
| [![Code Coverage](https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=master) | [![Code Coverage](https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=2.5)](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.5) |
7 8


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

11

12 13
## More resources:

14 15
* [Website](http://www.doctrine-project.org/projects/dbal.html)
* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
16
* [Issue Tracker](https://github.com/doctrine/dbal/issues)
17 18 19 20 21 22


  [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