X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;h=c823ddd998ebf5988c50bf72a5b4b96ef689b51a;hb=77dce501422e1402bb70ba3aad94e070850aaa3b;hp=8aa9c32c99558054d2658192ad161d22b0909a76;hpb=cdb61c804937d082cd6a9014453f24ac987d6bb3;p=m6w6%2Fext-pq diff --git a/README.md b/README.md index 8aa9c32..c823ddd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pecl/pq -[![Build Status](https://travis-ci.org/m6w6/ext-pq.svg?branch=master)](https://travis-ci.org/m6w6/ext-pq) +[![Build Status](https://github.com/m6w6/ext-pq/workflows/ci/badge.svg?branch=master)](https://github.com/m6w6/ext-pq/actions?query=branch%3Amaster+workflow%3Aci) +[![codecov](https://codecov.io/gh/m6w6/ext-pq/branch/master/graph/badge.svg?token=Nku9tz8EMj)](https://codecov.io/gh/m6w6/ext-pq) ## About: @@ -8,8 +9,8 @@ This is a modern binding to the mature [libpq](http://www.postgresql.org/docs/cu ### Highlights: -* Nearly 100% support for [asynchronous usage](https://mdref.m6w6.name/pq/Connection/:+Asynchronous+Usage). -* Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/:+Overview). +* Nearly 100% support for [asynchronous usage](https://mdref.m6w6.name/pq/Connection/:%20Asynchronous%20Usage). +* Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/:%20Overview). * Fetching simple [multi-dimensional array maps](https://mdref.m6w6.name/pq/Result/map). * Working [Gateway implementation](https://github.com/m6w6/pq-gateway). @@ -19,7 +20,7 @@ See the [online markdown reference](https://mdref.m6w6.name/pq). Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO). -## Installing +## Install ### PECL