Delete
Loading "Mutating Data with Prisma"
Mutating Data with Prisma
Run locally for transcripts
π¨βπΌ This first part of the exercise is going to be a bit on the easy side,
because the update note bit is going to be a little more complicated π
Please migrate our delete note functionality from the in-memory
db to our
prisma client.Now that you're able to delete notes, keep in mind you can always restore them
by re-running the
seed command: npx prisma db seed. You do not need to
restart the server to see changes.