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

Node.js / Mongodb अपरिभाषित लौटाते हुए कॉलबैक डालें

ops है records में ऑब्जेक्ट जिसमें सम्मिलित दस्तावेज़/दस्तावेज़ हैं।

कोशिश करें:

collectionUsers.insert({'name':'john'},function(err,records){
   // You can explore more here
   console.log("record contents",JSON.stringify(records,null,4));
   // Desired output
   console.log("Id of new document added =  " + records.ops[0]._id);
});


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. मैं मोंगोडीबी अक्षम के साथ वसंत कैसे चला सकता हूं, लेकिन फिर भी स्थापित हूं?

  2. खोल पर मोंगोडब क्वेरी आउटपुट में प्रारूप दिनांक

  3. मोंगो डॉट संकेतन अस्पष्टता

  4. संग्रह वस्तु PyMongo के साथ प्रतिदेय त्रुटि नहीं है

  5. आप नेवला 5.x.x के साथ arrayFilters का उपयोग कैसे करते हैं?