Delete
Loading "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.