当前位置:Gxlcms > 数据库问题 > Python和Mongodb

Python和Mongodb

时间:2021-07-01 10:21:17 帮助过:15人阅读

-*- coding: UTF-8 -*- from pymongo import MongoClient # 数据库连接 class MongoDB(object): def __init__(self, host=localhost, port=27017, database=xunfeng, username=‘‘, password=‘‘): self.host = host self.port = port self.database = database self.conn = MongoClient(self.host, self.port) self.coll = self.conn[self.database] self.coll.authenticate(username, password)

 

Python和Mongodb

标签:utf-8   cal   ica   cat   数据库连接   数据库   password   auth   word   

人气教程排行