Content pfp
Content
@
0 reply
0 recast
2 reactions

Kevin z pfp
Kevin z
@thekevinz
What’s the best Go ORM for SQL ?
2 replies
0 recast
0 reaction

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
I think I've only used Google internal ones. I like it when I can define a struct with field tags that map each field to a column name and then I can just write a SQL string and tell the engine to fill my struct.
0 reply
0 recast
1 reaction

omkar pfp
omkar
@omkar
I like sqlx a lot - very simple and SQL native, with very little boilerplate
0 reply
0 recast
0 reaction