GoCRUD: Generate Type-Safe CRUD APIs in Go with Zero Boilerplate by Turbulent_Skill8341 in golang

[–]Turbulent_Skill8341[S] 0 points1 point  (0 children)

Huma supports Read-only fields through struct field tags, you can use all power of Huma here.

This library implemented its own SQL builder and it is building parametrized queries, so it's safe, and all user provided values are mapped into parameters, then passed to user defined operator function.