fastapi/docs/en/docs/how-to/testing-database.md

540 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. 😎