mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
📝 Fix typo in SQL tutorial (#138)
This commit is contained in:
parent
50a280b17b
commit
50653e205f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ This object (class) is not a connection to the database yet, but once we create
|
|||
|
||||
We name it `SessionLocal` to distinguish it form the `Session` we are importing from SQLAlchemy.
|
||||
|
||||
We will use `Session` to declare types later and getter better editor support and completion.
|
||||
We will use `Session` to declare types later and to get better editor support and completion.
|
||||
|
||||
For now, create the `SessionLocal`:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue