go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.23k stars 110 forks source link

Add some model functins for auto insert or update #266

Closed liubogt closed 10 months ago

liubogt commented 10 months ago

Link.InsertModel(turorial) Link.InsertModes([]{turorial, google, yahoo})

Link.UpdateModel(turorial).SetPolicy(IgnoreZero) Link.UpdateModes([]{turorial, google, yahoo}).SetPolicy(IgnoreZero)

...

go-jet commented 10 months ago

Hi @liubogt, Could you give more info?