debian-forge-composer/vendor/github.com/jackc/pgio
Lars Karlitski 9c2c92f729 jobqueue: Introduce jobqueue backed by a postgres database
Co-authored-by: sanne <sanne.raymaekers@gmail.com>
2021-07-28 21:52:31 +01:00
..
.travis.yml jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
doc.go jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
go.mod jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
LICENSE jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
README.md jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
write.go jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01: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.