Earlier quoted context omitted.
Go needs a better ORM story, it is unfortunate Prisma abandoned their Go port.
I think an ORM like https://github.com/xo/xo with https://sqlc.dev/ as a fallback for complex queries will be a killer combo!
Why increase the complexity of something that's already a high level abstraction? Abstractions are about simplification. An orm and sqlc are not it.