Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 545 Bytes

pgproto

GoDoc

Package pgproto is a pure Go client and server protocol library for PostgreSQL. It provides the necessary structures and functions to parse and encode client or server PostgreSQL messages.

The scope of pgproto is only for parsing/encoding messages and does not handle connections between PostgreSQL client and server.

Installation:

go get github.com/c653labs/pgproto