PostgreSQL driver and toolkit for Go
 
 
 
Go to file
Jack Christensen 8d9c2a3daf Add travis ci 2019-03-30 12:04:38 -05:00
.travis.yml Add travis ci 2019-03-30 12:04:38 -05:00
LICENSE Add readme and license 2019-03-30 12:03:04 -05:00
README.md Fix links in readme 2019-03-30 12:04:23 -05:00
doc.go Remove read functions from pgio and update docs 2017-05-06 08:54:47 -05:00
go.mod Add go module support 2019-03-30 12:03:34 -05:00
write.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00
write_test.go Refactor pgio and types to append buffers 2017-05-02 20:38:26 -05:00

README.md

Build Status

pgio

Package pgio is a low-level toolkit building messages in the PostgreSQL wire protocol.

pgio provides functions for appending integers to a []byte while doing byte order conversion.

Extracted from original implementation in https://github.com/jackc/pgx.