gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
418 stars 35 forks source link

- Added makefile for generating .out files for psql #50

Closed kitsiosk closed 2 months ago

kitsiosk commented 2 months ago

In this PR:

To setup the postgres database from scratch and generate all outputs: make databases cd src/psql rm *.out make all