MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

MongoDB Cập nhật một mảng lồng nhau

thử bằng phương pháp này

conditions = {
    "_id": ObjectId"57ce1a55899bf934e59edd0d",
    "iterations.iterations_name": "Iteration2"
  };
updates = {
   $push: {
     "iterations.$.tasks": "success"
   }
};
options = {
  upsert: true
};
Model.update(conditions, updates, options, callback);



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Mongoose async / await tìm rồi chỉnh sửa và lưu?

  2. Kích thước tài liệu trong MongoDb

  3. MongoDB .Net driver 2.0 Pull (loại bỏ phần tử)

  4. $ expr arrayElementAt không hoạt động khi tổng hợp tài liệu được nhúng

  5. MongoDB đồng bộ hóa cơ sở dữ liệu Phát triển và Sản xuất