about summary refs log tree commit diff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2020-07-28 Create populate.sqlite3 to simplify READMEWilliam Carroll1-24/+7
To make my life easier, I created a small sqlite3 script to populate our database.
2020-07-27 Add instruction for operating the serverWilliam Carroll1-0/+23
Add some basic commands for working with the server from within `ghci`, which is helpful when developing.
2020-07-27 Define table schema and CSVs to populate the databaseWilliam Carroll1-0/+44
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
2020-07-24 add READMEWilliam Carroll1-0/+0