I am repeatedly running into the fact that I need REPLACE INTO statement to be used in save(_: Database) method. Is there any plan to support it, or enable it, or am I just missing something somewhere?
Right now, I always end up writing my own replace/insert on the model.
Hello again,
I am repeatedly running into the fact that I need
REPLACE INTO
statement to be used insave(_: Database)
method. Is there any plan to support it, or enable it, or am I just missing something somewhere?Right now, I always end up writing my own
replace
/insert
on the model.