当前位置:Gxlcms > 数据库问题 > mongodb客户端连接mongodb server

mongodb客户端连接mongodb server

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

pymongo import sys import os sys.path.append(os.path.split(os.path.realpath(__file__))[0]+"/../../") from Config import ProductionConfig db_conn = pymongo.MongoClient(ProductionConfig.DB, ProductionConfig.PORT) na_db = getattr(db_conn, ProductionConfig.DBNAME) na_db.authenticate(ProductionConfig.DBUSERNAME, ProductionConfig.DBPASSWORD) NA_INFO = na_db.Info NA_HISTORY = na_db.History

 

mongodb客户端连接mongodb server

标签:bsp   get   word   password   div   client   nbsp   __file__   log   

人气教程排行