gotosocial/vendor/github.com/jackc/pgio
tobi f2e5bedea6
migrate go version to 1.17 (#203)
* migrate go version to 1.17

* update contributing
2021-09-10 14:42:14 +02:00
..
.travis.yml Pg to bun (#148) 2021-08-25 15:34:33 +02:00
doc.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
LICENSE Pg to bun (#148) 2021-08-25 15:34:33 +02:00
README.md Pg to bun (#148) 2021-08-25 15:34:33 +02:00
write.go Pg to bun (#148) 2021-08-25 15:34:33 +02: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.