db.py 文件源码

python
阅读 44 收藏 0 点赞 0 评论 0

项目:spiders 作者: poodarchu 项目源码 文件源码
def __init__(self, col, index=None):        
        connection = pymongo.Connection(settings.MONGODB_SERVER, settings.MONGODB_PORT)
        self.db = connection[settings.MONGODB_DB]
        self.collection = self.db[col]
        if index:
            self.collection.create_index(index, unique=True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号