Skip to content

Commit

Permalink
doc: add reference in docs to the async tutorial
Browse files Browse the repository at this point in the history
also references tests and major PR dependencies
  • Loading branch information
SLLau committed Oct 17, 2022
1 parent 22e93d7 commit 1151d85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The **Advanced User Guide** is gradually growing, you can already read about som
At some point it will include:

* How to use `async` and `await` with the async session.
* See: `docs_src\tutorial_async` for working examples as equivalents to `docs_src\tutorial`
* Also see `tests\tutorial_async` for fully functioning pytest tests against the examples
*
* These examples and tests are also passing `mypy` static checking if #PR58 addressing Issue#54 is included
* also note the TODO: for PR#435 subclassing the SQLAlchemey requirements fully into SQLModel
*
* How to run migrations.
* How to combine **SQLModel** models with SQLAlchemy.
* ...and more. 🤓

0 comments on commit 1151d85

Please sign in to comment.