三木社区
标题:
多条插入
[打印本页]
作者:
blake
时间:
2017-9-14 13:38
标题:
多条插入
>>> new_posts = [{"author": "Mike",
... "text": "Another post!",
... "tags": ["bulk", "insert"],
... "date": datetime.datetime(2009, 11, 12, 11, 14)},
... {"author": "Eliot",
... "title": "MongoDB is fun",
... "text": "and pretty easy too!",
... "date": datetime.datetime(2009, 11, 10, 10, 45)}]
>>> result = posts.insert_many(new_posts)
>>> result.inserted_ids
[ObjectId('...'), ObjectId('...')]
复制代码
欢迎光临 三木社区 (http://www.sanmulink.com/)
Powered by Discuz! X3.3