1

ObjectBox's Java api has a unique entity annotation which allows you to specify a conflict strategy

@Unique(onConflict = ConflictStrategy.REPLACE)

Does the Swift api provide similar options for its unique annotation?

pdiffley
  • 603
  • 9
  • 18

1 Answers1

1

Not yet. Chances are good that the next version will.

Markus Junginger
  • 6,950
  • 31
  • 52