DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

2

FastAPI Beyond CRUD Part 14 - Model And Schema Relationships (One To Many SQLModel)

In this video, we leverage SQLmodel’s capabilities to demonstrate how to effectively manage one to many relationships between tables. Furthermore, we explore serializing data model objects, enabling their transformation into API-friendly formats such as JSON.

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video