objectbox / objectbox-go

Embedded Go Database, the fast alternative to SQLite, gorm, etc.
https://objectbox.io
Apache License 2.0
1.1k stars 45 forks source link

Support "unique: replace on conflict" #36

Open vaind opened 2 years ago

vaind commented 2 years ago

C-API v0.15 brought the support of a "unique-on-conflict-replace" strategy. This issue is to track interest in bringing the feature to Go.