CRUD operations with Prisma and Fastify
You might have heard of CRUD. It's a concept of data manipulation which stands for: C: Create R: Read U: Update D: Delete Which these four steps, we are generally able to create complete applications. We'll learn how to handle CRUD operations on a ...
Jan 19, 20225 min read286

