Pybites Logo

Session Management & Basic Inserts

Level: Beginner (score: 2)

Great job creating your database tables! Now the gym owner wants to start adding workout programs to the database.

In this exercise, you'll learn how to safely insert data into your database using SQLModel's Session object.