2
0

Add license and readme

This commit is contained in:
Jack Christensen
2019-03-30 12:59:04 -05:00
parent fbdfccf1f9
commit 08fcc7f273
2 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[![](https://godoc.org/github.com/jackc/pgconn?status.svg)](https://godoc.org/github.com/jackc/pgconn)
[![Build Status](https://travis-ci.org/jackc/pgconn.svg)](https://travis-ci.org/jackc/pgconn)
# pgconn
Package pgconn is a low-level PostgreSQL database driver.
It is intended to serve as the foundation for the next generation of https://github.com/jackc/pgx.