Advanced User Guide¶
The Advanced User Guide covers advanced topics and features of SQLModel.
Current topics include:
- Working with Decimal Fields - How to handle decimal numbers in SQLModel
- Working with UUID Fields - How to use UUID fields in your models
- Storing Pydantic Models in JSONB Columns - How to store and work with Pydantic models in JSONB columns
Coming soon:
- How to use
async
andawait
with the async session - How to run migrations
- How to combine SQLModel models with SQLAlchemy
- ...and more. 🤓