使用 flask-sqlacodegen 扩展 方便快速生成 ORM model 

时宾实
2023-12-01

使用 flask-sqlacodegen 扩展 方便快速生成 ORM model 

1

pip install flask-sqlacodegen

 在你的项目app目录下执行,自动根据数据库给我们创建  ORM model

2

 flask-sqlacodegen "mysql+pymysql://root:123456@0.0.0.0:5000/magic_test" --tables magic_news_hotarticle_test --outfile "hotspot_information/modelsdir/User.py"  --flask

flask-sqlacodegen "mysql+pymysql://root:cheng@abc@1.119.44.222:1233/database" --tables crawler_task_in
fomation --outfile "app/api/crawler_task/models.py" --flask

 

 类似资料: