语法
cnxpool.get_connection()
此方法从池中返回一个连接,如果池中没有可用连接,则会抛出 PoolError 异常。
PoolError
示例
cnx = cnxpool.get_connection()