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:
parent
722205b081
commit
df13b761ff
5 changed files with 82 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
*.db
|
||||
*.sqlite3
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
Loading…
Add table
Add a link
Reference in a new issue