Closed waketzheng closed 1 year ago
Compare with fastapi lifespan and startup
Use a new class to separate init_orm and close_orm
https://github.com/tortoise/tortoise-orm/issues/1371
make test
pytest _tests.py
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?
make test
worked at Ubuntu20.04pytest _tests.py
worked in examples/fastapiChecklist: