-
I'm using MongoDB, which has this type of behavior built-in, and I'm not sure if Typetta support for this. |
Beta Was this translation helpful? Give feedback.
Answered by
minox86
May 21, 2022
Replies: 1 comment
-
There's no upsert method yet because it's a method specific of MongoDB and hard to implement on the SQL side. Anyway, you can use any MongoDB specific method building raw queries as described here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Atlinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no upsert method yet because it's a method specific of MongoDB and hard to implement on the SQL side. Anyway, you can use any MongoDB specific method building raw queries as described here.