Hi guys! I know .onConflict modifier is available, but is it possible to build a query that calls INSERT OR REPLACE? It would simplify the query.
I tried searching documentation and the repo but couldn’t find anything else than onConflict.
If it’s not available, would you consider it as a feature request or is there a reason why it shouldn’t be included?
Hi guys! I know
.onConflictmodifier is available, but is it possible to build a query that callsINSERT OR REPLACE? It would simplify the query.I tried searching documentation and the repo but couldn’t find anything else than
onConflict.If it’s not available, would you consider it as a feature request or is there a reason why it shouldn’t be included?