LearnGO/go/pkg/mod/github.com/jackc/pgio@v1.0.0
2024-09-19 21:38:24 -04:00
..
.travis.yml whatcanGOwrong 2024-09-19 21:38:24 -04:00
doc.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00
write_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
write.go whatcanGOwrong 2024-09-19 21:38:24 -04:00

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.