Added
PostgreSQL extension to VS code.
Can now click on elephant in sidebar and have a basic equivalent of psql/pgadmin inside VS code.
Can only view 1 database at a time. RiIght click localhost/edit connection to change user/database to access other.
To see list of databases/owners
psql -h localhost -U postgres
\l