摘要: 官方文档:https://tortoise-orm.readthedocs.io/en/latest/ 配置ORM #models.py from tortoise.models import Model from tortoise import fields class User(Model): 阅读全文
posted @ 2021-01-08 16:06 做个笔记 阅读(3611) 评论(0) 推荐(1) 编辑