go-rel / rel

:gem: Modern ORM for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API

Home Page:https://go-rel.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support on conflict resolution on insert

Fs02 opened this issue · comments

Related: #193

Initially, maybe we can support:

  • On conflict ignore
  • On conflict replace
  • On conflict fragment

Implemented basic functionality

possible future improvement could be:

  • rel.OnConflictUpdate(rel.Set("field", "value"))