mongo交易
围绕mongoDB事务和其他pymongo操作的包装器
基本命令
from mongotransactions import Database
database = Database ( 'mongodb+srv://username:passwordhost' )
# by default the class will use the first database the uri has access to you can change it with
database . s