https://github.com/jackc/pgpassfile
https://github.com/jackc/pgpassfile
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackc/pgpassfile
- Owner: jackc
- License: mit
- Created: 2019-03-30T15:43:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T16:40:37.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:11:09.252Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.