Skip to content

Pure Go library for parsing and encoding PostgreSQL protocol messages.

Notifications You must be signed in to change notification settings

c653labs/pgproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pure Go library for parsing and encoding PostgreSQL protocol messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages