We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3cf7a commit da5e480Copy full SHA for da5e480
alembic.ini
@@ -22,7 +22,7 @@ script_location = alembic
22
23
#sqlalchemy.url = driver://user:pass@localhost/dbname
24
#sqlalchemy.url = sqlite:///%(here)s/tilaushallinta.sqlite
25
-sqlalchemy.url = mysql+mysqlconnector://<user>:<password>@<host>:<port>/<schema>
+sqlalchemy.url = mysql+mysqldb://<user>:<password>@<host>:<port>/<schema>
26
27
28
# Logging configuration
0 commit comments