Skip to content

brian3814/advent_of_sql_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of SQL Challange

Calender: https://adventofsql.com/

Docker setup

docker pull postgres
docker run --name postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres

Connect to PostgreSQL

Use either psql or third-party tools such as DBeaver.

psql -h localhost -p 5432 -U postgres

About

Advent of SQL 2024 Challange

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published