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 ...
h.daily-dev-tips.com5 min read