Let's learn a few things about this crazy world!
- Start by downloading and copying the contents of the
worlds
sample database file here - Open up your terminal, then type in
psql
at the prompt to start the Postgres REPL - Run the command
create database world;
- Switch to the new database by typing in
\c world
- Paste the contents of the SQL file you copied from step 1