You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep things more DRY, as other parts of the code might want to re-use SQL queries, we should move the majority of SQL queries to the impl of the different types.
Then, we should clean up any repeated SQL queries in the program.