我在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':