sqlmodel/docs/advanced/index.md
robcxyz 580f372059
Add support for Decimal fields from Pydantic and SQLAlchemy (#103)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-13 12:30:20 +01:00

11 lines
311 B
Markdown

# Advanced User Guide
The **Advanced User Guide** is gradually growing, you can already read about some advanced topics.
At some point it will include:
* How to use `async` and `await` with the async session.
* How to run migrations.
* How to combine **SQLModel** models with SQLAlchemy.
* ...and more. 🤓