Skip to content

Latest commit

 

History

History
 
 

README.rst

Tortoise-ORM FastAPI example

We have a lightweight integration util tortoise.contrib.fastapi which has a class RegisterTortoise that can be used to set/clean up Tortoise-ORM in lifespan context.

Usage

uvicorn main:app --reload