-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Describe the feature
gorm 有 Save 方法: https://github.com/go-gorm/gorm/blob/4380dd6dd1a56b7438cec1f4c5a786d006a2c29e/finisher_api.go#L75
希望可以同步支持
目前使用如下代码,只能更新单条数据,因为 create 限制了
err := gorm.G[Language](DB, clause.OnConflict{DoNothing: true}).Create(ctx, &lang)Motivation
Related Issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels