-
Does loopback support database transaction for MongoDB? |
Beta Was this translation helpful? Give feedback.
Answered by
nflaig
Jan 20, 2023
Replies: 1 comment 1 reply
-
Yes, you can just follow the documentation here. Note, that this only works if you run mongodb as a replica set and not with a standalone instance. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
achrinza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can just follow the documentation here. Note, that this only works if you run mongodb as a replica set and not with a standalone instance.