原创 PYTHON數據庫之一(mysqlclient)

版本環境 python 3.7 DBUtils 1.3 mysqlclient 1.4.6 連接池初始化 pool = PooledDB(creator=MySQLdb, mincached=0, maxcached=0,