mongo
mongo copied to clipboard
Multi-Document ACID Transactions in MongoDB
Will be the driver support Multi-Document ACID Transactions?
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.
When a new version of the driver will be done? What new features it will support?
At the beginning, it takes a longer time to implement these same features
Has this been considered recently? It'd be quite useful to have transactions when dealing with sequential writes.