Mongoose.js transactions

前端 未结 6 1118
栀梦
栀梦 2021-01-30 18:14

I know MongoDB doesn\'t support transactions as relational databases do, but I still wonder how to achieve atomicity for several operations. Hunting around the web, I see people

6条回答
  •  我在风中等你
    2021-01-30 18:34

    Transactions are now supported in Mongoose >= 5.2.0 and MongoDB >= 4.0.0 (with replica sets)

    https://mongoosejs.com/docs/transactions.html

提交回复
热议问题