Skip to content

Instantly share code, notes, and snippets.

@majana17
majana17 / WORLD.md
Created April 30, 2021 07:10 — forked from mdang/WORLD.md
Lab: World Database

World Lab

Let's learn a few things about this crazy world!

  1. Start by downloading and copying the contents of the worlds sample database file here
  2. Open up your terminal, then type in psql at the prompt to start the Postgres REPL
  3. Run the command create database world;
  4. Switch to the new database by typing in \c world
  5. Paste the contents of the SQL file you copied from step 1