Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit 7bfb318

Browse files
committed
add badges
1 parent 51e6f99 commit 7bfb318

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PostgreSQL module (for Helium) provides you connection to PostgreSQL server
22

3+
![Codecov](https://img.shields.io/codecov/c/github/go-helium/postgres.svg?style=flat-square)
4+
![CircleCI (all branches)](https://img.shields.io/circleci/project/github/go-helium/postgres.svg?style=flat-square)
5+
[![Report](https://goreportcard.com/badge/github.com/go-helium/postgres)](https://goreportcard.com/report/github.com/go-helium/postgres)
6+
[![GitHub release](https://img.shields.io/github/release/go-helium/postgres.svg)](https://github.com/go-helium/postgres)
7+
![GitHub](https://img.shields.io/github/license/go-helium/postgres.svg?style=popout)
8+
39
Module provides you connection to PostgreSQL server
410
- `*pg.DB` is a database handle representing a pool of zero or more underlying connections. It's safe for concurrent use by multiple goroutines
511

0 commit comments

Comments
 (0)