-
go와 sql를 사용하기위한 orm대신 sqlc사용Go/sqlc 2024. 1. 13. 23:17728x90
go는 프레임워크도 그렇지만 orm도 딱히 대중적인게 없는듯 하다.
sqlc generates type-safe code from SQL
https://pkg.go.dev/github.com/kyleconroy/sqlc#section-readme
https://docs.sqlc.dev/en/latest/
728x90
go는 프레임워크도 그렇지만 orm도 딱히 대중적인게 없는듯 하다.
sqlc generates type-safe code from SQL
https://pkg.go.dev/github.com/kyleconroy/sqlc#section-readme
https://docs.sqlc.dev/en/latest/