We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1acb commit a3ddd2bCopy full SHA for a3ddd2b
1 file changed
DBUtils/PooledDB.py
@@ -57,7 +57,7 @@
57
58
import pgdb # import used DB-API 2 module
59
from DBUtils.PooledDB import PooledDB
60
- pool = PooledPg(pgdb, 5, database='mydb')
+ pool = PooledDB(pgdb, 5, database='mydb')
61
62
Once you have set up the connection pool you can request
63
database connections from that pool:
0 commit comments