Prisma
@prisma.io
5 months ago Shadow database does two things:
1. Detects drift (did someone manually change the dev database?)
2. Validates new migrations (will this cause data loss?)
Only after passing both checks does the migration touch your actual data.
Automatic, temporary, and essential.
💬 1
♻️ 0
❤️ 1