How to Install?
$ apk --update add postgresql-client
How to Login?
$ psql -h host_name -d db_name -U user_name
- Keep the user password ready 🙂
Reference
Written with StackEdit.
How to Install?
$ apk --update add postgresql-client
How to Login?
$ psql -h host_name -d db_name -U user_name
Reference
Written with StackEdit.
One thought on “How to Get PSQL Client on Alpine Linux”