Create a Database Record with Prisma Client

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

Prisma Client offers methods to create new database records. These methods accept a data object and return the result to be consumed by clients. In this lesson, we use Prisma Client's create method to create new records in the database.