Use Prisma Client to Find Many Records in a Table

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

Prisma Client is a fully type-safe database access client that is automatically generated based on our Prisma Schema files. In this lesson, we use Prisma Client to access records in our database programmatically. We show how to return the data from an endpoint built with express.