2
0

Add readme, license, and docs

This commit is contained in:
Jack Christensen
2019-03-30 12:32:39 -05:00
parent 16176b5151
commit b9d0da5558
3 changed files with 32 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[![](https://godoc.org/github.com/jackc/pgproto3?status.svg)](https://godoc.org/github.com/jackc/pgproto3)
[![Build Status](https://travis-ci.org/jackc/pgproto3.svg)](https://travis-ci.org/jackc/pgproto3)
# pgproto3
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
Extracted from original implementation in https://github.com/jackc/pgx.