A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
Please add support for upsert query as well in model query.
In already existing upsert query, we need to build params. it doesn't directly take struct.
this query should be supported:
"db.Model(&structName).Upsert()"
Please add support for upsert query as well in model query. In already existing upsert query, we need to build params. it doesn't directly take struct. this query should be supported: "db.Model(&structName).Upsert()"