klingtnet / mastery-with-sql

My solutions to the exercises of the Mastery-with-SQL Postgres course

Home Page:https://www.masterywithsql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastery with SQL

This is my local development environment for the course Mastery with SQL.

Setup

If you haven't cloned the repository using --recursive please run git submodule update --init to setup the mastery-with-sql submodule. Now, let's build the postgres container that contains the required database dumps: docker build -t postgres:mastery-with-sql . . That's it, just run docker-compose up, wait until the dump import finished and then you can open pgweb to interact with the database.

About

My solutions to the exercises of the Mastery-with-SQL Postgres course

https://www.masterywithsql.com


Languages

Language:PLpgSQL 97.7%Language:Dockerfile 2.3%