Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/pgpass
The Ruby way to find, parse, and use .pgpass files
https://github.com/manveru/pgpass
Last synced: about 2 months ago
JSON representation
The Ruby way to find, parse, and use .pgpass files
- Host: GitHub
- URL: https://github.com/manveru/pgpass
- Owner: manveru
- License: mit
- Created: 2012-01-17T13:32:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T05:59:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:19:29.705Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# pgpass
This little library helps you finding, parsing, and using entries in .pgpass
files.## Example usage
entry = Pgpass.match(database: 'sample_db', user: 'manveru')
DB = Sequel.connect(entry.to_url)## License
MIT all the way, see the LICENSE file.