mirror of
https://github.com/jeremyd/ergo.git
synced 2026-08-13 00:53:05 -07:00
5fd8ed8ed6
Postgres support is behind a build tag; use `make build_full` or `make install_full` to compile it in.
9 lines
372 B
Markdown
9 lines
372 B
Markdown
[](https://godoc.org/github.com/jackc/pgpassfile)
|
|
[](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.
|