prisma / codemods

A Collection of Codemods for Prisma 2
https://www.prisma.io/docs/guides/upgrade-guides/upgrading-versions/codemods
34 stars 3 forks source link

Prisma 3 -> 4 migration codemods #25

Open casey-chow opened 1 year ago

casey-chow commented 1 year ago

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.

janpio commented 1 year ago

No, currently not unfortunately.

casey-chow commented 1 year ago

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