diff options
Diffstat (limited to 'vendor/doctrine/dbal/README.md')
-rw-r--r-- | vendor/doctrine/dbal/README.md | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/vendor/doctrine/dbal/README.md b/vendor/doctrine/dbal/README.md new file mode 100644 index 0000000..bf1b204 --- /dev/null +++ b/vendor/doctrine/dbal/README.md | |||
@@ -0,0 +1,58 @@ | |||
1 | # Doctrine DBAL | ||
2 | |||
3 | | [5.0-dev][5.0] | [4.1-dev][4.1] | [4.0][4.0] | [3.9-dev][3.9] | [3.8][3.8] | | ||
4 | |:---------------------------------------------------:|:---------------------------------------------------:|:---------------------------------------------------:|:---------------------------------------------------:|:---------------------------------------------------:| | ||
5 | | [![GitHub Actions][GA 5.0 image]][GA 5.0] | [![GitHub Actions][GA 4.1 image]][GA 4.1] | [![GitHub Actions][GA 4.0 image]][GA 4.0] | [![GitHub Actions][GA 3.9 image]][GA 3.9] | [![GitHub Actions][GA 3.8 image]][GA 3.8] | | ||
6 | | [![AppVeyor][AppVeyor 5.0 image]][AppVeyor 5.0] | [![AppVeyor][AppVeyor 4.1 image]][AppVeyor 4.1] | [![AppVeyor][AppVeyor 4.0 image]][AppVeyor 4.0] | [![AppVeyor][AppVeyor 3.9 image]][AppVeyor 3.9] | [![AppVeyor][AppVeyor 3.8 image]][AppVeyor 3.8] | | ||
7 | | [![Code Coverage][Coverage 5.0 image]][CodeCov 5.0] | [![Code Coverage][Coverage 4.1 image]][CodeCov 4.1] | [![Code Coverage][Coverage 4.0 image]][CodeCov 4.0] | [![Code Coverage][Coverage 3.9 image]][CodeCov 3.9] | [![Code Coverage][Coverage 3.8 image]][CodeCov 3.8] | | ||
8 | | N/A | N/A | [![Type Coverage][TypeCov image]][TypeCov] | N/A | | | ||
9 | |||
10 | Powerful ***D***ata***B***ase ***A***bstraction ***L***ayer with many features for database schema introspection and schema management. | ||
11 | |||
12 | ## More resources: | ||
13 | |||
14 | * [Website](http://www.doctrine-project.org/projects/dbal.html) | ||
15 | * [Documentation](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/) | ||
16 | * [Issue Tracker](https://github.com/doctrine/dbal/issues) | ||
17 | |||
18 | [Coverage 5.0 image]: https://codecov.io/gh/doctrine/dbal/branch/5.0.x/graph/badge.svg | ||
19 | [5.0]: https://github.com/doctrine/dbal/tree/5.0.x | ||
20 | [CodeCov 5.0]: https://codecov.io/gh/doctrine/dbal/branch/5.0.x | ||
21 | [AppVeyor 5.0]: https://ci.appveyor.com/project/doctrine/dbal/branch/5.0.x | ||
22 | [AppVeyor 5.0 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/5.0.x?svg=true | ||
23 | [GA 5.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A5.0.x | ||
24 | [GA 5.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=5.0.x | ||
25 | |||
26 | [Coverage 4.1 image]: https://codecov.io/gh/doctrine/dbal/branch/4.1.x/graph/badge.svg | ||
27 | [4.1]: https://github.com/doctrine/dbal/tree/4.1.x | ||
28 | [CodeCov 4.1]: https://codecov.io/gh/doctrine/dbal/branch/4.1.x | ||
29 | [AppVeyor 4.1]: https://ci.appveyor.com/project/doctrine/dbal/branch/4.1.x | ||
30 | [AppVeyor 4.1 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/4.1.x?svg=true | ||
31 | [GA 4.1]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.1.x | ||
32 | [GA 4.1 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=4.1.x | ||
33 | |||
34 | [Coverage 4.0 image]: https://codecov.io/gh/doctrine/dbal/branch/4.0.x/graph/badge.svg | ||
35 | [4.0]: https://github.com/doctrine/dbal/tree/4.0.x | ||
36 | [CodeCov 4.0]: https://codecov.io/gh/doctrine/dbal/branch/4.0.x | ||
37 | [AppVeyor 4.0]: https://ci.appveyor.com/project/doctrine/dbal/branch/4.0.x | ||
38 | [AppVeyor 4.0 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/4.0.x?svg=true | ||
39 | [GA 4.0]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A4.0.x | ||
40 | [GA 4.0 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=4.0.x | ||
41 | [TypeCov]: https://shepherd.dev/github/doctrine/dbal | ||
42 | [TypeCov image]: https://shepherd.dev/github/doctrine/dbal/coverage.svg | ||
43 | |||
44 | [Coverage 3.9 image]: https://codecov.io/gh/doctrine/dbal/branch/3.9.x/graph/badge.svg | ||
45 | [3.9]: https://github.com/doctrine/dbal/tree/3.9.x | ||
46 | [CodeCov 3.9]: https://codecov.io/gh/doctrine/dbal/branch/3.9.x | ||
47 | [AppVeyor 3.9]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.9.x | ||
48 | [AppVeyor 3.9 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.9.x?svg=true | ||
49 | [GA 3.9]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.9.x | ||
50 | [GA 3.9 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.9.x | ||
51 | |||
52 | [Coverage 3.8 image]: https://codecov.io/gh/doctrine/dbal/branch/3.8.x/graph/badge.svg | ||
53 | [3.8]: https://github.com/doctrine/dbal/tree/3.8.x | ||
54 | [CodeCov 3.8]: https://codecov.io/gh/doctrine/dbal/branch/3.8.x | ||
55 | [AppVeyor 3.8]: https://ci.appveyor.com/project/doctrine/dbal/branch/3.8.x | ||
56 | [AppVeyor 3.8 image]: https://ci.appveyor.com/api/projects/status/i88kitq8qpbm0vie/branch/3.8.x?svg=true | ||
57 | [GA 3.8]: https://github.com/doctrine/dbal/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.8.x | ||
58 | [GA 3.8 image]: https://github.com/doctrine/dbal/workflows/Continuous%20Integration/badge.svg?branch=3.8.x | ||