How do i configure in flask app.config['SQLALCHEMY_DATABASE_URI'] the username, password and db_name with values captured from url previously.
Example, my app first ask for username, password and db_name and after i want it use then to setup SQLAlchemy.
How do i achieve this?
The reason is that i need to validate against mssql server because all the user names and password they are all there. I'll appreciate all your help. Thanks anticipated.