PostgreSQL… Install PostgreSQL client 30 Mar 202229 Dec 2022 Install POSTGRES client sudo apt-get install postgresql-client Connect to server (azure example) psql -h myhost.postgres.database.azure.com -d postgres -U username
PostgreSQL… Install pgAdmin (docker) 30 Mar 202229 Dec 2022 Install PGADMIN The easiest way to install and use pgAdmin for development is via docker. It is available to docker hub so installation is very fast and easy docker pull…