monzero/vendor/github.com/jackc/pgx/v5/internal/pgio
Gibheer 6ea4d2c82d switch from github.com/lib/pq to github.com/jackc/pgx/v5
lib/pq is out of maintenance for some time now, so switch to the newer
more active library. Looks like it finally stabilized after a long time.
2024-09-05 19:38:25 +02:00
..
doc.go switch from github.com/lib/pq to github.com/jackc/pgx/v5 2024-09-05 19:38:25 +02:00
README.md switch from github.com/lib/pq to github.com/jackc/pgx/v5 2024-09-05 19:38:25 +02:00
write.go switch from github.com/lib/pq to github.com/jackc/pgx/v5 2024-09-05 19:38:25 +02:00

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.