We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92757f1 commit a1e6726Copy full SHA for a1e6726
‎README.md
@@ -58,6 +58,7 @@ mysql> INSERT INTO pet
58
from pymysqlpool.pool import Pool
59
60
61
+# Note: you can also add any parameters relates to `pymysql.connections.Connection` object
62
pool = Pool(host=HOST, port=PORT, user=USER, password=PASSWORD, db=DB)
63
pool.init()
64
0 commit comments