cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Setup Gorm in the Go backend #103

Closed Connor-Thorpe01 closed 5 months ago

Connor-Thorpe01 commented 5 months ago

references #102

Connor-Thorpe01 commented 5 months ago

[t:120] added models for all tables

ALackey-ai commented 5 months ago

added model for the applications table based on updated schema [t:45]

ALackey-ai commented 5 months ago

Did some research on how to use gorm to query the database table for things and to update/add entries. [t:15]