在python3下怎样用flask-sqlalchemy对mysql数据库操作

2025-01-01 14:34:32
推荐回答(1个)
回答1:

db.session.execute("select xxx",bind=db.get_engine(current_app,bind="sqlite_test")).fetchall()