Add support for Decimal fields from Pydantic and SQLAlchemy (#103)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
robcxyz
2021-12-13 04:30:20 -07:00
committed by GitHub
parent 1c276ef88f
commit 580f372059
10 changed files with 262 additions and 7 deletions

View File

@@ -1,12 +1,10 @@
# Advanced User Guide
The **Advanced User Guide** will be coming soon to a <del>theater</del> **documentation** near you... 😅
The **Advanced User Guide** is gradually growing, you can already read about some advanced topics.
I just have to `add` it, `commit` it, and `refresh` it. 😉
At some point it will include:
It will include:
* How to use the `async` and `await` with the async session.
* How to use `async` and `await` with the async session.
* How to run migrations.
* How to combine **SQLModel** models with SQLAlchemy.
* ...and more.
* ...and more. 🤓