tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.68k stars 390 forks source link

Enhancement for FastAPI lifespan support (#1371) #1391

Closed waketzheng closed 1 year ago

waketzheng commented 1 year ago

Compare with fastapi lifespan and startup

Description

Use a new class to separate init_orm and close_orm

Motivation and Context

https://github.com/tortoise/tortoise-orm/issues/1371

How Has This Been Tested?

Checklist: