Anyone know how to check non-blocking migrations?

I'm trying to use drizzle and looking for a way of basically saying, can i directly push this schema change without issues. essentially a dry-run push
4 Replies
jakeleventhal
jakeleventhal10mo ago
here is an example. if push will cause data loss, check should catch that right?
No description
jakeleventhal
jakeleventhal10mo ago
Theo - t3․gg
YouTube
We Don't Need Migrations Anymore
My database takes are spicy but it was overdue. Migration files are bad practice. We deserve better. #t3stack #fullstack #database Talk that inspired this: https://archive.fosdem.org/2022/schedule/event/relational_model_dev/?utm_source=pocket_reader ALL MY VIDEOS ARE POSTED EARLY ON PATREON https://www.patreon.com/t3dotgg Everything else (Twi...
RockBacon
RockBacon10mo ago
Almost like prisma migrate diff?
jakeleventhal
jakeleventhal10mo ago
more or less