Calender: https://adventofsql.com/
docker pull postgres
docker run --name postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
Use either psql or third-party tools such as DBeaver.
psql -h localhost -p 5432 -U postgres
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Calender: https://adventofsql.com/
docker pull postgres
docker run --name postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
Use either psql or third-party tools such as DBeaver.
psql -h localhost -p 5432 -U postgres