Refactor: transition from ex-GORM structs to sqlc structs #104343
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104343
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace old used-to-be-GORM datastructures (#104305) with sqlc-generated structs.
This also makes it possible to use more specific structs that are more taylored to the specific queries, increasing efficiency.
Functional changes are kept to a minimum, as the API still serves the same data. Sometimes it might work better to change the API a bit; those changes will be listed below:
To convert: