How easy or difficult is to move from postgres to planetscale at a later point of time ?
Does anyone have experience in migrating the data from postgres to other solutions which support scale?
9 Replies
the main issue is the sql server
planetscale run on mysql
so as long you dont make a db specific operations
or is using something like prisma
then should be fine
Theo migrated to Planetscale with Prod up and a huge client running an event... It was apparently seamless.
Isn’t that one of the main points of Prisma? You can use it the same way with any compatible db? Other than the connection to the db.
that was my point
with prisma is easy
but if you are using something like mikroorm/typeorm/something else
can be murky to migrate
Oh I see, my bad I took it the other way around lol👍🏻
oh
i wrote the sentence so bad
lol
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I read it backward as well 🤣
