We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Do you have any plan to support Transactions in mongo-thingy?
https://api.mongodb.com/python/current/api/pymongo/client_session.html#transactions
Thanks.
Sithu
The text was updated successfully, but these errors were encountered:
No plan yet as we still didn't switch to MongoDB 4.x, but that would be a great feature indeed!
Supposedly we just have to add a session argument in a few methods and pass it to PyMongo, which is really not much. Pull requests welcome!
session
Sorry, something went wrong.
API I have in mind at the moment:
with mongo_thingy.Transaction(): Foo.delete_one() Bar().save()
No branches or pull requests
Do you have any plan to support Transactions in mongo-thingy?
https://api.mongodb.com/python/current/api/pymongo/client_session.html#transactions
Thanks.
Sithu
The text was updated successfully, but these errors were encountered: