|
1 | 1 | <img src="https://user-images.githubusercontent.com/1342803/59061804-5548e280-8872-11e9-819f-14f19f16fcb6.png" height="64" alt="PostgresNIO">
|
2 | 2 |
|
3 |
| -<a href="https://github.com/swift-server/sswg/blob/main/process/incubation.md#graduated-level"> |
4 |
| - <img src="https://img.shields.io/badge/sswg-incubating-green.svg" alt="SSWG Incubating"> |
5 |
| -</a> |
6 |
| -<a href="https://api.vapor.codes/postgres-nio/main/PostgresNIO/"> |
7 |
| - <img src="http://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation"> |
8 |
| -</a> |
9 |
| -<a href="https://discord.gg/vapor"> |
10 |
| - <img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat"> |
11 |
| -</a> |
12 |
| -<a href="LICENSE"> |
13 |
| - <img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License"> |
14 |
| -</a> |
15 |
| -<a href="https://github.com/vapor/postgres-nio/actions"> |
16 |
| - <img src="https://github.com/vapor/postgres-nio/actions/workflows/main-codecov.yml/badge.svg" alt="Continuous Integration"> |
17 |
| -</a> |
18 |
| -<a href="https://swift.org"> |
19 |
| - <img src="http://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2"> |
20 |
| -</a> |
| 3 | +[][SSWG Incubation] |
| 4 | +[][Documentation] |
| 5 | +[][Team Chat] |
| 6 | +[][MIT License] |
| 7 | +[][Continuous Integration] |
| 8 | +[][Swift 5.4] |
21 | 9 | <br>
|
22 | 10 | <br>
|
23 | 11 |
|
@@ -196,7 +184,15 @@ Some queries do not receive any rows from the server (most often `INSERT`, `UPDA
|
196 | 184 |
|
197 | 185 | ## Security
|
198 | 186 |
|
199 |
| -Please see [SECURITY.md](https://github.com/vapor/.github/blob/main/SECURITY.md) for details on the security process. |
| 187 | +Please see [SECURITY.md] for details on the security process. |
| 188 | + |
| 189 | +[SSWG Incubation]: https://github.com/swift-server/sswg/blob/main/process/incubation.md#graduated-level |
| 190 | +[Documentation]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/ |
| 191 | +[Team Chat]: https://discord.gg/vapor |
| 192 | +[MIT License]: LICENSE |
| 193 | +[Continuous Integration]: https://github.com/vapor/postgres-nio/actions |
| 194 | +[Swift 5.4]: https://swift.org |
| 195 | +[Security.md]: https://github.com/vapor/.github/blob/main/SECURITY.md |
200 | 196 |
|
201 | 197 | [`PostgresConnection`]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/PostgresConnection/
|
202 | 198 | [`query(_:logger:)`]: https://api.vapor.codes/postgres-nio/main/PostgresNIO/PostgresConnection/#postgresconnection.query(_:logger:file:line:)
|
|
0 commit comments