Skip to content

Commit a1e6726

Browse files
committed
🌟 update README.md
1 parent 92757f1 commit a1e6726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ mysql> INSERT INTO pet
5858
from pymysqlpool.pool import Pool
5959

6060

61+
# Note: you can also add any parameters relates to `pymysql.connections.Connection` object
6162
pool = Pool(host=HOST, port=PORT, user=USER, password=PASSWORD, db=DB)
6263
pool.init()
6364

0 commit comments

Comments
 (0)