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
When migrating from Flask, is it possible for Quart-SQLAlchemy to support initialization from the config value SQLALCHEMY_DATABASE_URI as it is in flask, instead of manually creating a config object and passing it to the constructor ?
Hello,
When migrating from Flask, is it possible for Quart-SQLAlchemy to support initialization from the config value
SQLALCHEMY_DATABASE_URIas it is in flask, instead of manually creating aconfigobject and passing it to the constructor ?Thanks!