I’ve solved the problem by setting sqlalchemy.url in env.py as @dirn suggested.
config.set_main_option('sqlalchemy.url', <db_uri>) did the trick, where <db_uri> can be loaded from environment or config file.
I’ve solved the problem by setting sqlalchemy.url in env.py as @dirn suggested.
config.set_main_option('sqlalchemy.url', <db_uri>) did the trick, where <db_uri> can be loaded from environment or config file.