Hi, is there an easy way to delete all data in a t...
# prisma-whats-new
i
Hi, is there an easy way to delete all data in a table?
j
Haven’t tried it myself yet but came across this answer in the forum previously: https://www.graph.cool/forum/t/how-to-delete-all-records-in-a-node/357/3?u=jamiehalvorson
v
In prisma you can use deleteMany
👍 1
i
I've been seeing prisma pop up in so many places lately so I guess I'll need to take a look thanks