It's Prisma Time - Insert
Welcome Guys,
Today it's time to add some records to the database ๐ so don't waste time and get your hand dirty.
Let's start from a simple insert that adds an author, in your src/index.ts copy the next example.
import { PrismaClient } from "@prisma/...
blog.delpuppo.net5 min read