Hacker News new | ask | show | jobs
by tadasv 2212 days ago
A better equivalent in Go is https://github.com/kyleconroy/sqlc
1 comments

thanks! I'll try this - one of my pet peeves with Xo is handling nullable types and more advanced types like JSONB required editing the generated code significantly to make it work. Hopefully sqlc solves that.