|
|
|
|
|
by 2StepsOutOfLine
1667 days ago
|
|
I'm shocked more people arent talking about SQLBoiler in threads like these. It solves this exact problemset. You write the SQL schema and it generates all the scan and helper functions for you. We've had a great experience with it at work after running into similar woes as OP with ORM's. https://github.com/volatiletech/sqlboiler |
|