2020年3月13日
摘要: Flask-sqlacodegen之ORM操作有两种方式: 1.模型迁移到数据库中生成表(codefirst): 需要flask-script: from flask_script import Manager from flask_migrate import Migrate ,MigrateCo 阅读全文
posted @ 2020-03-13 10:26 闪亮的金子 阅读(422) 评论(0) 推荐(0)