javascript 如何在mongodb中插入一个文件?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 如何在mongodb中插入一个文件?相关的知识,希望对你有一定的参考价值。

Source: http://mongodb.github.io/node-mongodb-native/3.1/api/Collection.html#insertOne
// getDb is a fiction function that connect database and return a client
  db.getDb()
    .db()
    .collection('collectionName')
    .insertOne(documentToInsert).then(()=> {
      // Code after mongodb stored the document in the collection
    }).catch(err => {
      // error managing
    })

以上是关于javascript 如何在mongodb中插入一个文件?的主要内容,如果未能解决你的问题,请参考以下文章

如何将 HTML 插入 Mongodb?

如何在 MongoDB 缝合中插入文档并在字段上启用规则

javascript MongoDB插入了很​​多方法

javascript 使用Mongoose将数据插入MongoDB

mongodb怎么插入多个文档

MongoDB 插入文档