📜  mongoose get raw - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:42.730000             🧑  作者: Mango

代码示例1
mongoose.connection.db.collection('userCollection').insert({
  username: 'captain1',
  firstName: 'Steve',
  lastName: 'Rogers', 
});