Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SportDB

See: https://github.com/openfootball

docker build -t sportdb-image .
mkdir ~/footy
docker run -it -v ~/footy:/app sportdb-image new worldcup

This creates the ~/footy/sport.db SQLite DB. You can use ex sqlitebrowser to open the .db file.