codemods
codemods copied to clipboard
Prisma 3 -> 4 migration codemods
Are there any codemods available to accomplish a Prisma 4 upgrade? The main one I'm looking at is the migration from rejectOnNotFound to find*OrThrow.
No, currently not unfortunately.
I wrote up a quick and dirty one that worked on my medium-sized (90k cloc) codebase, hope this helps anyone who can use it: https://gist.github.com/casey-chow/296ec312f730fb3a8ed9a3a2447fb737