aboutsummaryrefslogtreecommitdiff
path: root/app/Main.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-18make connstring configurable at runtimestuebinm1-1/+7
2022-06-16foreign keys are a thingstuebinm1-23/+5
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
2022-06-16actually use the databasestuebinm1-3/+8
(at least for a few simple things) Also, more modules!
2022-06-10generate OpenAPI docsstuebinm1-22/+22
lots of lenses in this stuff :(
2022-06-06restructure GTFS typesstuebinm1-1/+1
unfortunately doesn't quite get rid of all the type family still since it's just too useful … but does reduce it somewhat. Also, maps are much easier for looking things up than vectors!
2022-06-05basic server setupstuebinm1-287/+20