SQLModel is the Pydantic inspired Python ORM we’ve been waiting for

John Watson Rooney March 24, 2022
Video Thumbnail
John Watson Rooney Logo

John Watson Rooney

View Channel

About

Let's learn about Python, web scraping and API's!

Video Description

The first 1,000 people to use this link will get a 1 month free trial of Skillshare: https://skl.sh/johnwatsonrooney03221 An ORM provides a convient layer for us to be able to use Python Objects to talk to our database. It saves us from having to write our own SQL. If you've built any web apps you'll surely have used one, but in this video I want to talk about a relatively new ORM, created by the the same person who made FastAPI. It's build on top of SQLAlchemy and uses Pydantic to make writing code just that little bit easier! I think you will really enjoy using SQLModel. https://sqlmodel.tiangolo.com/ Demo Code: https://github.com/jhnwr/shopify-product-check