๐
How to connect Posgresql
If you want to run posgresql cli
terminal
sudo su - postgres
After that
terminal
psql
Watch list of databases with below command
terminal
\l
If you want to run posgresql cli
sudo su - postgres
After that
psql
Watch list of databases with below command
\l
