debian-forge-composer/vendor/github.com/jackc/pgpassfile
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
go.mod jobqueue: Introduce jobqueue backed by a postgres database 2021-07-28 21:52:31 +01:00
go.sum 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
pgpass.go 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

Build Status

pgpassfile

Package pgpassfile is a parser PostgreSQL .pgpass files.

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