Skip to content

Commit ffb510a

Browse files
committed
Update status badge
1 parent b6e23ca commit ffb510a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# fastify-postgres
22

33
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
4-
![GitHub CI](https://github.com/fastify/fastify-postgres/workflows/GitHub%20CI/badge.svg)
4+
![CI
5+
workflow](https://github.com/fastify/fastify-postgres/workflows/CI%20workflow/badge.svg)
56

67
Fastify PostgreSQL connection plugin, with this you can share the same PostgreSQL connection pool in every part of your server.
78
Under the hood the [node-postgres](https://github.com/brianc/node-postgres) is used, the options that you pass to `register` will be passed to the PostgreSQL pool builder.

0 commit comments

Comments
 (0)