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
I would like to know if it is possible to add new configuration keys regarding the following values of the database URI:
DIALECT
DRIVER
USERNAME
PASSWORD
HOST
PORT
DATABASE_NAME
I think this feature would be more convenient and explicit when defining the properties of the database we are connecting to, so that we would no longer have to write out the entire connection string, or it could simply be an alternative to writing it.
I have seen that the Flask-MySQL extension already has something similar to what I am proposing.
The text was updated successfully, but these errors were encountered:
I would like to know if it is possible to add new configuration keys regarding the following values of the database URI:
I think this feature would be more convenient and explicit when defining the properties of the database we are connecting to, so that we would no longer have to write out the entire connection string, or it could simply be an alternative to writing it.
I have seen that the Flask-MySQL extension already has something similar to what I am proposing.
The text was updated successfully, but these errors were encountered: