Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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