-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What problem would you like to solve? Please describe:
Improve the development experience by adopting sqlc
as a replacement for the majority of our DB queries, which are currently using "stores" with strings directly in Go as prepared statements.
Describe the solution you'd like:
Migrate these stores from using the util.Prepare
helper to using sqlc
queries instead. This should make the queries more readable and maintainable.
Additional context:
This is an enhancement focused on improving the developer experience and overall project maintainability.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request