what is the current best way to implement the prisma delete casacde ?
1.
queryRaw api
2.
@paljs/plugins
@paljs/plugin needs to modify prisma.model, it is a little hesitant to use it. but queryRaw only uses api, so the burden seems to be light.
Please share your experience🤔