mysql 鏈接池

pool = ConnectionPool( # maxsize=100, maxsize 非必須,用於指定最大鏈接數 host="localhost", port=3306, user="test_user", passwd="test_passwd", db="test_db" ) pool.execute("select * from test
相關文章
相關標籤/搜索