Files
LearnGO/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0/README.md
T
2024-09-19 21:38:24 -04:00

9 lines
372 B
Markdown

[![](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.