2
0
Files
pgx/README.md
T
2019-03-30 12:32:39 -05:00

9 lines
376 B
Markdown

[![](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.