-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
Hey,
I've been looking at the code you implemented and, first of all, thanks for all the work.
Now, I have a task at hand where I need to use a transaction to create multiple collections and commit or abort depending on the jobs' success. This should be available on the latest mongo version (4.4), so I went searching for the class in your code where the notion of transaction or session was implemented. Unfortunately, I didn't find them.
Am I missing something? Or, if not, are you planning on implementing these notions soon?
Here's the documentation I've been looking at:
- Transactions with collection creation
- Session API reference on libmongoc
- Transaction API reference on libmongoc
Thanks in advance.
Reactions are currently unavailable