Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 604fea9

Browse files
s2stiangolo
andauthored
📝 Add link in sql-databases.md tutorial to async-sql-databases.md in advanced section. (fastapi#1813)
* Add link in sql-databases.md tutorial section to async-sql-databases.md in advanced section. * 🎨 Update note format Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 994bfd4 commit 604fea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/docs/tutorial/sql-databases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@ def read_user(user_id: int, db: Session = Depends(get_db)):
539539
...
540540
```
541541

542+
!!! info
543+
If you need to connect to your relational database asynchronously, see [Async SQL (Relational) Databases](../advanced/async-sql-databases.md){.internal-link target=_blank}.
544+
542545
!!! note "Very Technical Details"
543546
If you are curious and have a deep technical knowledge, you can check the very technical details of how this `async def` vs `def` is handled in the [Async](../async.md#very-technical-details){.internal-link target=_blank} docs.
544547

0 commit comments

Comments
 (0)