Skip to content

A small utility for easily connecting to postgres servers

License

Notifications You must be signed in to change notification settings

Paatus/psqlconn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Psqlconn

A small utility for easily connecting to postgres servers.

It works by parsing your ~/.pgpass file, and using the comments in that file as names for the servers.

Usage

  1. Put comments above the servers in your ~/.pgpass file
# awesome psql server, another name
some-host::my_user:super_secret_password
  1. run psqlconn with one of your chosen names
psqlconn awesome psql server

or

psqlconn another name

About

A small utility for easily connecting to postgres servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published