small sqlc fix I needed today π
emit_pointers_for_null_types was workingβ¦
but NOT for enums
so you get:
*string β
NullStatus β (for enum)
fixed it β nullable enums now use *Enum
no more sql.Null* style boilerplate everywhere
if you need it now:
https://t.co/8dN5FfKGup
sqlc JOINs β flat structs, duplicate fields, zero reuse.β οΈ
Stop fighting it.
Return to_jsonb per table, unmarshal into your Go models. Clean, composable, works with LEFT JOINs. β
$ npx skills add winens/agent-skills sqlc-jsonb-joins
#golang#sqlc#postgres#backend