SQL Install brew install sqlite3 postgresql Build (no build step required) Run SQLite DB_TYPE=sqlite \ ./play.sh PostgreSQL DB_TYPE=postgres \ PG_HOST=localhost \ PG_PORT=5432 \ PG_USER=postgres \ PG_PASSWORD=postgres \ PG_DATABASE=gol \ ./play.sh