top | item 45623886

(no title)

ishandotpage | 4 months ago

Very cool, reminds me of both [sqlc](https://sqlc.dev) and [oapi-codegen](https://github.com/oapi-codegen/oapi-codegen)

I'm not a fan of the enterprisey hexagonal-style code this generates, but I can understand where this might be useful for someone who does follow that.

A question regarding evolution: it's rare that schemas stay constant. I'm not sure if this tool will lend itself well when the time comes to, say, add another table, though I might be misunderstanding here.

discuss

order

RizkiAnurka|4 months ago

Thanks! I actually built this more as a migration tool for teams moving from other languages to Go. From experience, dealing with tech debt and scalability limits in older stacks can be painful. The plan is to extend it into an all-in-one solution that also handles schema evolution and regeneration smoothly.