How to generate multiple packages using sqlc and golang
I am working with sqlc in golang. Most of the work has been very good. But now my project is growing a little bit an I am struggling to have some level of organization
How to generate multiple packages using sqlc and golang
I am working with sqlc in golang. Most of the work has been very good. But now my project is growing a little bit an I am struggling to have some level of organization
How to reuse return types across queries in sqlc
As I understand in sqlc.yaml the overrides key is relevent for overriding individual columns.
How can I rename go model type names generated by sqlc so that they don’t include the schema name?
Given this sqlc.yaml
file: