• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D30-Mar-201975

LICENSEH A D30-Mar-20191 KiB

README.mdH A D30-Mar-2019372

go.modH A D30-Mar-201988

go.sumH A D30-Mar-2019608

pgpass.goH A D30-Mar-20192.6 KiB

pgpass_test.goH A D30-Mar-20191.7 KiB

README.md

1[![](https://godoc.org/github.com/jackc/pgpassfile?status.svg)](https://godoc.org/github.com/jackc/pgpassfile)
2[![Build Status](https://travis-ci.org/jackc/pgpassfile.svg)](https://travis-ci.org/jackc/pgpassfile)
3
4# pgpassfile
5
6Package pgpassfile is a parser PostgreSQL .pgpass files.
7
8Extracted and rewritten from original implementation in https://github.com/jackc/pgx.
9