随笔分类 -  fastapi

摘要:tortoise-orm官方 https://tortoise-orm.readthedocs.io/en/latest/models.html?highlight=insert#tortoise.models.Model.bulk_create 异步 类方法 bulk_create(对象, bat 阅读全文
posted @ 2021-06-09 14:46 橙子皮! 阅读(1941) 评论(0) 推荐(0)
摘要:aerich是一种ORM迁移工具,需要结合tortoise异步orm框架使用 官方文档:https://github.com/tortoise/aerich/blob/dev/README.md 安装 pip install aerich 新建settings.py文件夹 -- 添加aerich.m 阅读全文
posted @ 2021-06-09 14:33 橙子皮! 阅读(2801) 评论(0) 推荐(1)