aboutsummaryrefslogtreecommitdiff
path: root/backend/internal/database (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-08Rework redis taskqueue to store task resultsGravatar Anshul Gupta 1-5/+11
2024-08-07Rewrite `LetterRating` to match protobuf defGravatar Anshul Gupta 1-53/+55
Also changes DB schema to accept strings instead of integers.
2024-08-07Remove dead code in internal/databaseGravatar Anshul Gupta 4-50/+101
Removes `keys.go` as the queries there were only being used in one location.
2024-08-07Refactor DB to remove restrictive query systemGravatar Anshul Gupta 6-319/+235
2024-08-05Update package nameGravatar Anshul Gupta 4-6/+6
2024-08-05Initial CommitGravatar Anshul Gupta 6-0/+903