PyMongo:MongoDB列中的所有值

时间:2018-10-18 16:24:21

标签: python pymongo

我在MongoDB中有数据库。如何从一个收藏夹的所有列中获取所有值?需要创建字典来写入此值。因为将来我想比较2个集合中的值。

 def get_breaks_columns(self):
    client = MongoClient(self.__connection_string)
    db = client[self.__db_name]
    collection = db[self.__collection]
    if self.__collection == 'breaks':

0 个答案:

没有答案