mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-25 09:27:40 +00:00
✏ Fix typo in FastAPI tutorial (#192)
This commit is contained in:
parent
1b99c3148f
commit
410d7af6b6
@ -152,7 +152,7 @@ It will be called when a user sends a request with a `POST` **operation** to the
|
|||||||
|
|
||||||
## The **SQLModel** Advantage
|
## The **SQLModel** Advantage
|
||||||
|
|
||||||
Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same tieme shine. ✨
|
Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same time shine. ✨
|
||||||
|
|
||||||
Here we use the **same** class model to define the **request body** that will be received by our API.
|
Here we use the **same** class model to define the **request body** that will be received by our API.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user