• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-May-2021-

bin/H20-May-2021-6749

lib/Doctrine/DBAL/H20-May-2021-51,05231,703

CONTRIBUTING.mdH A D28-Mar-2021177 53

LICENSEH A D28-Mar-20211 KiB2016

README.mdH A D28-Mar-20212.7 KiB4032

composer.jsonH A D28-Mar-20211.8 KiB6362

README.md

1# Doctrine DBAL
2
3| [4.0-dev][4.0] | [3.0][3.0] | [2.12][2.12] |
4|:----------------:|:----------:|:----------:|
5| [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.0 image]][GA 3.0] | [![GitHub Actions][GA 2.12 image]][GA 2.12] |
6| [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.0 image]][AppVeyor 3.0] | [![AppVeyor][AppVeyor 2.12 image]][AppVeyor 2.12] |
7| [![Code Coverage][Coverage image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.0 image]][CodeCov 3.0] | [![Code Coverage][Coverage 2.12 image]][CodeCov 2.12] |
8
9Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
10
11## More resources:
12
13* [Website](http://www.doctrine-project.org/projects/dbal.html)
14* [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/)
15* [Issue Tracker](https://github.com/doctrine/dbal/issues)
16
17  [Coverage image]: https://codecov.io/gh/doctrine/dbal/branch/4.0.x/graph/badge.svg
18  [4.0]: https://github.com/doctrine/dbal/tree/4.0.x
19  [CodeCov 4.0]: https://codecov.io/gh/doctrine/dbal/branch/4.0.x
20  [AppVeyor 4.0]: https://ci.appveyor.com/project/doctrine/dbal/branch/4.0.x
21  [AppVeyor 4.0 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/4.0.x?svg=true
22  [GA 4.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.0.x
23  [GA 4.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg
24
25  [Coverage 3.0 image]: https://codecov.io/gh/doctrine/dbal/branch/3.0.x/graph/badge.svg
26  [3.0]: https://github.com/doctrine/dbal/tree/3.0.x
27  [CodeCov 3.0]: https://codecov.io/gh/doctrine/dbal/branch/3.0.x
28  [AppVeyor 3.0]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.0.x
29  [AppVeyor 3.0 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.0.x?svg=true
30  [GA 3.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.0.x
31  [GA 3.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.0.x
32
33  [Coverage 2.12 image]: https://codecov.io/gh/doctrine/dbal/branch/2.12.x/graph/badge.svg
34  [2.12]: https://github.com/doctrine/dbal/tree/2.12.x
35  [CodeCov 2.12]: https://codecov.io/gh/doctrine/dbal/branch/2.12.x
36  [AppVeyor 2.12]: https://ci.appveyor.com/project/doctrine/dbal/branch/2.12.x
37  [AppVeyor 2.12 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/2.12.x?svg=true
38  [GA 2.12]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A2.12.x
39  [GA 2.12 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=2.12.x
40