Sha256: 0816e676c4fcb6a43e6b5e5e80073cea7c5bad5105c466c344c861c92a63048a
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
# 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.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pgpass-2023.01.01 | README.md |
pgpass-2022.07.27 | README.md |
pgpass-2012.01.18 | README.md |
pgpass-2012.01 | README.md |