CataeroGong

Results 2 comments of CataeroGong

I find a way out (on flask-sqlalchemy v2.5.1) ```python # MySQLA.py from flask_sqlalchemy import SQLAlchemy, _EngineConnector class MySQLA(SQLAlchemy): def make_connector(self, app=None, bind=None): """Creates the connector for a given state and...

我考虑一下增加这个功能