go-starter
go-starter copied to clipboard
If you update sql-boiler to latest, Upsertable interface should been changed to following
https://github.com/allaboutapps/go-starter/blob/1711299596cb8f77466ee25f2788ce3cc4d6d9b0/internal/data/fixtures.go#L15-L17
type Upsertable interface {
Upsert(ctx context.Context, exec boil.ContextExecutor, updateOnConflict bool, conflictColumns []string, updateColumns boil.Columns, insertColumns boil.Columns, opts ...models.UpsertOptionFunc) error
}