from database import db
db_list = ["table1", "table2", "table3", "table4"]
for item in db_list:
collection = db[item]
collection.create_index([("phone", 1)])
print(list(collection.index_information()))
pymongo创建索引
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
上一篇:screen命令记录
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
pymongo
pymongo安装pymogo使用
pymongo -
python安装pymongo
python安装pymongo
python安装pymongo python pymongo 安装pymongo