You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use directly this string in order to connect my Flask application to this MySQL database without creating a script that parse this string ?
I know that I can specify the configuration like that
Hello I'm deploying my application on heroku using ClearDB MySQL.
This platform provides the connection string to the database on an environment variable named
CLEARDB_DATABASE_URL
that contains a value like thatIs it possible to use directly this string in order to connect my Flask application to this MySQL database without creating a script that parse this string ?
I know that I can specify the configuration like that
but it will be better for me to be able to specify the configuration like that
Is it possible to do something like that?
The text was updated successfully, but these errors were encountered: