Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackc/pgpassfile
https://github.com/jackc/pgpassfile
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackc/pgpassfile
- Owner: jackc
- License: mit
- Created: 2019-03-30T15:43:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T16:40:37.000Z (about 1 year ago)
- Last Synced: 2024-06-19T00:19:34.357Z (5 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?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.