We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d596c commit c8d34b0Copy full SHA for c8d34b0
README.md
@@ -126,7 +126,7 @@ import sqlalchemy
126
# initialize Connector object
127
connector = Connector()
128
129
-# create connection pool using Connector.connect as SQLAlchemy creator arg
+# initialize SQLAlchemy connection pool with Connector
130
pool = sqlalchemy.create_engine(
131
"mysql+pymysql://",
132
creator=lambda: connector.connect(
0 commit comments