workflow best practices with planetscale
So I’m building a small test app (drizzle looked amazing and will definitely want it in my main app project) with some tables for next auth and so on and I needed to ask; what’s the best approach when working with planetscale, I’ve read that for prisma it’s just
db push
however drizzle kit has migrations and a beta push
as well, what would be the best move here?
Of course trying to avoid destructive changes when pushing or updating the db schema1 Reply
db push
is in beta currently - we don't have warnings about the potentially destructive actions yet. Other than that, it should be completely usable. It should be fully released shortly, maybe in upcoming week or two.