How to Handle Code Changes After Schema Updates

2023/02/12 に公開
視聴回数 3,400
0
0
Get the full course at https://learn.howtoprisma.com

When we use Prisma with PlanetScale, we don't use Prisma's migrate feature. This means that we need to consider the ramifications of our app code being out of sync with our data model. In this lesson, we see how to use the expand and contract pattern to make this simpler to manage.