javascript MongoDB插入了很​​多方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript MongoDB插入了很​​多方法相关的知识,希望对你有一定的参考价值。

db.moviesScratch.insertMany(
    [
        {
  	    "_id" : "tt0084726",
  	    "title" : "Star Trek II: The Wrath of Khan",
  	    "year" : 1982,
  	    "type" : "movie"
          },
          {
  	    "_id" : "tt0796366",
  	    "title" : "Star Trek",
  	    "year" : 2009,
  	    "type" : "movie"
          },
          {
  	    "_id" : "tt0084726",
  	    "title" : "Star Trek II: The Wrath of Khan",
  	    "year" : 1982,
  	    "type" : "movie"
          },
          {
  	    "_id" : "tt1408101",
  	    "title" : "Star Trek Into Darkness",
  	    "year" : 2013,
  	    "type" : "movie"
          },
          {
  	    "_id" : "tt0117731",
  	    "title" : "Star Trek: First Contact",
  	    "year" : 1996,
  	    "type" : "movie"
        }
    ]
);

以上是关于javascript MongoDB插入了很​​多方法的主要内容,如果未能解决你的问题,请参考以下文章

javascript 如何在mongodb中插入多个文档?

javascript 使用Mongoose将数据插入MongoDB

使用 javascript 将 2 个连接的集合插入到新集合 MongoDB

想要阻止MongoDB或JavaScript脚本执行

使用 mongoengine 将多文档插入到 mongodb

MongoDB插入多条数据