DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

One to Many Relationships using SQLAlchemy 2.0

In this video, we shall explore One-to-Many Relationships with SQLAlchemy 2.0. We look at how we can configure a one-to-many relationship by creating a simple database for university programs and courses. We look at concepts such as connecting to the database, defining models, and also how we can SQLAlchemy's powerful ORM to easily manipulate data with relationships.

Top comments (0)