Skip to content

Migrate from util.Prepare to sqlc queries #3108

@mastercactapus

Description

@mastercactapus

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions