6 ms·
SQLC could be a good fit. It generates type-safe Go code from SQL. https://github.com/kyleconroy/sqlc https://github.com/kyleconroy/sqlc
by davidspiess 6y ago
SQLC could be a good fit. It generates type-safe Go code from SQL.
https://github.com/kyleconroy/sqlc https://github.com/kyleconroy/sqlc
- dgellow 6y agoWow, that's interesting. Thanks for sharing, I will look into it!