If you’re using the Flask-SQLAlchemy extension and don’t want to bother with create_engine
, you can set the configuration key SQLALCHEMY_ECHO=True
.
http://flask-sqlalchemy.pocoo.org/2.1/config/
If you’re using the Flask-SQLAlchemy extension and don’t want to bother with create_engine
, you can set the configuration key SQLALCHEMY_ECHO=True
.
http://flask-sqlalchemy.pocoo.org/2.1/config/