├── .gitignore ├── README.md ├── downloadAndBuild.sh └── schemas.txt /.gitignore: -------------------------------------------------------------------------------- 1 | temp/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jokecamp/sportdb-build-scripts/HEAD/README.md -------------------------------------------------------------------------------- /downloadAndBuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jokecamp/sportdb-build-scripts/HEAD/downloadAndBuild.sh -------------------------------------------------------------------------------- /schemas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jokecamp/sportdb-build-scripts/HEAD/schemas.txt --------------------------------------------------------------------------------