Use Prisma Client to Connect Related Tables when Creating New Data

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

Prisma Client has a specific API for relating data from one table to another when creating new records. In this lesson, we use the connect operator to establish a link between two tables as new records are created.