mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-25 17:35:40 +00:00
✏ Fix typos in docs titles (#28)
This commit is contained in:
parent
ead1bdc532
commit
dc3acda4ed
@ -1,4 +1,4 @@
|
||||
# Read Heroes with Limit and Offset wtih FastAPI
|
||||
# Read Heroes with Limit and Offset with FastAPI
|
||||
|
||||
When a client sends a request to get all the heroes, we have been returning them all.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# FastAPI Path Opeartions for Teams - Other Models
|
||||
# FastAPI Path Operations for Teams - Other Models
|
||||
|
||||
Let's now update the **FastAPI** application to handle data for teams.
|
||||
|
||||
|
@ -204,7 +204,7 @@ We care specially about the **select** statement:
|
||||
|
||||
</details>
|
||||
|
||||
## Filter Rows Using `WHERE` wtih **SQLModel**
|
||||
## Filter Rows Using `WHERE` with **SQLModel**
|
||||
|
||||
Now, the same way that we add `WHERE` to a SQL statement to filter rows, we can add a `.where()` to a **SQLModel** `select()` statment to filter rows, which will filter the objects returned:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user