Skip to content

Commit da5e480

Browse files
committed
Make alembic use mysqlclient insted of mysqlconnector
1 parent 0b3cf7a commit da5e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alembic.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ script_location = alembic
2222

2323
#sqlalchemy.url = driver://user:pass@localhost/dbname
2424
#sqlalchemy.url = sqlite:///%(here)s/tilaushallinta.sqlite
25-
sqlalchemy.url = mysql+mysqlconnector://<user>:<password>@<host>:<port>/<schema>
25+
sqlalchemy.url = mysql+mysqldb://<user>:<password>@<host>:<port>/<schema>
2626

2727

2828
# Logging configuration

0 commit comments

Comments
 (0)