aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a couple more database schemasstuebinm2022-06-161-5/+28
| | | | | might eventually be needed; until then they're just scaffolding so I don't loose sight of things
* foreign keys are a thingstuebinm2022-06-161-10/+10
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-0/+85
(at least for a few simple things) Also, more modules!