MongoDB
 sql >> डेटाबेस >  >> NoSQL >> MongoDB

Mongoose/MongoDB में सरणी से ऑब्जेक्ट आईडी के साथ ऑब्जेक्ट को हटा रहा है

आपकी समस्या यहां अपडेट फ़ंक्शन में है

User.update(
        {'_id':user_id}, // you not need to use ObjectId here
        { $pull: { '_carts': { _id: cart_id }}},
        function(err,result){
    // can you give here the output of console.log(result);
   }
    )
    User.save();


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. नेवला आबाद रिटर्न अशक्त सरणी

  2. स्प्रिंग एंगुलर के साथ पावर बीआई इंटीग्रेशन

  3. मोंगोडब एकत्रीकरण पंक्तियों को कॉलम

  4. उबंटू 16.04 एलटीएस पर मोंगोडब चलाना

  5. MongoDB 4.4 में नया क्या है?