Define table schema and CSVs to populate the database

TL;DR:
- Created src/init.sql, which defines the tables
- Created a data/ directory to house .csv data to populate our db
- Updated the README with usage instructions
This commit is contained in:
William Carroll 2020-07-27 11:16:26 +01:00
parent 722205b081
commit df13b761ff
5 changed files with 82 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.db
*.sqlite3
*.db-shm
*.db-wal