mongo icon indicating copy to clipboard operation
mongo copied to clipboard

Multi-Document ACID Transactions in MongoDB

Open YuriyTigiev opened this issue 4 years ago • 4 comments

Will be the driver support Multi-Document ACID Transactions?

YuriyTigiev avatar Nov 02 '20 17:11 YuriyTigiev

not yet. At present, the driver will be completely rewritten using ts, and the Deno plugin will no longer be used. No functions will be added for the time being. Everything needs to be implemented on the rewritten version.

manyuanrong avatar Nov 03 '20 01:11 manyuanrong

When a new version of the driver will be done? What new features it will support?

YuriyTigiev avatar Nov 03 '20 03:11 YuriyTigiev

At the beginning, it takes a longer time to implement these same features

manyuanrong avatar Nov 05 '20 09:11 manyuanrong

Has this been considered recently? It'd be quite useful to have transactions when dealing with sequential writes.

lizclipse avatar Sep 11 '21 23:09 lizclipse