三木社区

标题: 多条插入 [打印本页]

作者: blake    时间: 2017-9-14 13:38
标题: 多条插入
  1. >>> new_posts = [{"author": "Mike",
  2. ...        "text": "Another post!",
  3. ...        "tags": ["bulk", "insert"],
  4. ...        "date": datetime.datetime(2009, 11, 12, 11, 14)},
  5. ...       {"author": "Eliot",
  6. ...        "title": "MongoDB is fun",
  7. ...        "text": "and pretty easy too!",
  8. ...        "date": datetime.datetime(2009, 11, 10, 10, 45)}]
  9. >>> result = posts.insert_many(new_posts)
  10. >>> result.inserted_ids
  11. [ObjectId('...'), ObjectId('...')]
复制代码







欢迎光临 三木社区 (http://www.sanmulink.com/) Powered by Discuz! X3.3