MySQL integration #1812
Replies: 6 comments
-
Yes, I also need to know how to do this and also in stead of just mysql also with mssql But this doesn’t allow the stack to start. Help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
I'm using pymysql and it work well |
Beta Was this translation helpful? Give feedback.
-
May be this repo could help you |
Beta Was this translation helpful? Give feedback.
-
@vuongtlt13 @tiangolo I tried installing google-cloud-storage and I couldn't install it using poetry but pip does it in the system but it's not accessible by the docker project |
Beta Was this translation helpful? Give feedback.
-
I ran it successfully after adding RUN bash -c "pip install google-cloud-storage" in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have a question about MySQL integration. Right now we can generate a starter pack with PSQL config. How can I change it so my app will use MySQL?
PGAdmin for PostgreSQL database, you can modify it to use PHPMyAdmin and MySQL easily.
Is there any example project with MySQL integration?
Beta Was this translation helpful? Give feedback.
All reactions