Hacker News new | ask | show | jobs
by Allezxandre 2218 days ago
My favorite SQL library has been Go-Jet in Go: https://github.com/go-jet/jet

It has a different approach from PgTyped, which generates type-safe TypeScript code from SQL, whereas Go-Jet generates type-safe SQL from Go code

I'd love to try something along the lines of PgTyped and see how the two solutions compare though