aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgpassfile/README.md
blob: 661289ed88fc8e830ced2916d10a471cbb207454 (plain) (blame)
1
2
3
4
5
6
7
8
[![](https://godoc.org/github.com/jackc/pgpassfile?status.svg)](https://godoc.org/github.com/jackc/pgpassfile)
[![Build Status](https://travis-ci.org/jackc/pgpassfile.svg)](https://travis-ci.org/jackc/pgpassfile)

# pgpassfile

Package pgpassfile is a parser PostgreSQL .pgpass files.

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