Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 3610f5a

Browse files
README tweak
1 parent c7f3062 commit 3610f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ as using `metadata.create_all(engine)` to setup the database tables.
235235

236236
**Note for MySQL**:
237237

238-
For MySQL you'll probably need to explicitly specify the
239-
`pymysql` dialect, since the default MySQL dialect does not support Python 3.
238+
For MySQL you'll probably need to explicitly specify the `pymysql` dialect when
239+
using Alembic since the default MySQL dialect does not support Python 3.
240240

241241
If you're using the `databases.DatabaseURL` datatype, you can obtain this using
242242
`DATABASE_URL.replace(dialect="pymysql")`

0 commit comments

Comments
 (0)