mirror of https://github.com/tiangolo/fastapi.git
516 B
516 B
Testing a Database
You can study about databases, SQL, and SQLModel in the SQLModel docs. 🤓
There's a mini tutorial on using SQLModel with FastAPI. ✨
That tutorial includes a section about testing SQL databases. 😎