Replies: 1 comment
-
|
Maybe the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have the following scenario:
I'm getting a list of
DataModelobjects, and want to store them to the DB.Some of the
DataModelnames are already in the DB and have an updatedamountin them, some are entirely new - thenameis not in the DB yet.Is there any efficient way to make "bulk_update_or_create" in this scenario?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions