Problem / motivation
Can you add a method: Upsert, to automatically select insertion or update based on the state of the model.
When there is a list, some data may have changed or new data may have been added. At this point, it is possible to autonomously decide whether to insert or update by calling Upsert.
thank you!
Proposed solution
I'm not sure.
Alternatives considered
No response
Additional context
No response
Problem / motivation
Can you add a method: Upsert, to automatically select insertion or update based on the state of the model.
When there is a list, some data may have changed or new data may have been added. At this point, it is possible to autonomously decide whether to insert or update by calling Upsert.
thank you!
Proposed solution
I'm not sure.
Alternatives considered
No response
Additional context
No response