Skip to content

Commit c352d34

Browse files
committed
Adjusted README
1 parent 43f3382 commit c352d34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/fastify/fastify-postgres.svg)](https://greenkeeper.io/)
4-
5-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://travis-ci.org/fastify/fastify-postgres.svg?branch=master)](https://travis-ci.org/fastify/fastify-postgres)
3+
[![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)
65

76
Fastify PostgreSQL connection plugin, with this you can share the same PostgreSQL connection pool in every part of your server.
87
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)