MongoDB
 sql >> Teknologi Basis Data >  >> NoSQL >> MongoDB

Isi virtual dengan Mongoose

Anda dapat menggunakan atribut path untuk deep linking, ini juga akan bekerja untuk tipe Array.

documentId: { type: mongoose.ObjectId, ref: 'Media' },
schema.virtual('educationDocument', {   
    ref: 'Media', // the collection/model name
    localField: 'education.documentId',
    foreignField: '_id',
    justOne: true, // default is false });
const users = await User.find({})
    .populate({ path: 'educationDocument' })
    .populate({ path: 'experienceDocument' })
    .populate({ path: 'certificationDocument' })
    .execPopulate()


  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. kueri di mongo Shell memberikan SyntaxError:missing :after property

  2. Memuat kode embed JWplayer dari koleksi database ke dalam template halaman di meteor.js

  3. Sisipan MongoDBSatu()

  4. Pengindeksan Mongo pada array objek vs objek

  5. Pengaturan mongodb bidang unik