3 ms·
A better equivalent in Go is https://github.com/kyleconroy/sqlc https://github.com/kyleconroy/sqlc
by tadasv 6y ago
A better equivalent in Go is https://github.com/kyleconroy/sqlc https://github.com/kyleconroy/sqlc
- shrumm 6y agothanks! 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.