摘要: 1.DBUtils(pymysql数据连接池) import pymysql from DBUtils.PooledDB import PooledDB POOL = PooledDB( creator=pymysql, # 使用链接数据库的模块 maxconnections=6, # 连接池允许的 阅读全文
posted @ 2018-10-12 19:23 富0代 阅读(299) 评论(0) 推荐(0)
返回
顶部