在Google App Engine上运行Alembic迁移

gbe*_*ger 5 python google-app-engine flask google-cloud-sql alembic

我有一个使用SQLAlchemy(Flask-SQLAlchemy)和Alembic(Flask-Migrate)的Flask应用程序.该应用在Google App Engine上运行.我想使用Google Cloud SQL.

在我的机器上,我运行python manage.py db upgrade我的本地数据库运行迁移.由于GAE不允许运行任意shell命令,如何在其上运行迁移?

gbe*_*ger 5