Hello everyone :slightly_smiling_face: There is an...
# prisma-migrate
m
Hello everyone 🙂 There is any news about Prisma migrate ? I haven't seen any update about it in months. I am not confortable with SQL (I haven't used it since college 😋) so I really look forward this wonderful tool.
💯 2
👍 1
m
Looks like it's the number one priority by now: https://www.notion.so/Prisma-public-roadmap-50766227b779464ab98899accb98295f I'm also really looking forward to see, what they come up with :-)
👀 1
🙏 2
m
👀 1
a
Hello @Mikastark and @mikkelsl! I’m Alberto, with the product team at Prisma, and currently focusing on migrate. Migrate is indeed our #1 prio right now. The reason why you don’t see GH commit activity in that is because that code lives elsewhere (CLI in
prisma/prisma
I believe, engines implementation in
prisma/engines
). We use the
prisma/migrate
repo mainly for issue tracking. We are making steady progress but we’re also changing a few things along the way. We should have soon a version that we’d like to get some early feedback on. Would you be up for giving it a try and sharing your thoughts on it?
j
@Mikastark I have been using Prisma 2 Migrate+Postgres since February (which is still experimental and you need to use the
--experimental
flag). My experience so far is that it is stable and I have not had any problems so far. https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-prisma-migrate/
❤️ 1
m
Hi @Alberto Perdomo, sure I'd like that. Just released a prisma based application, so the need for simplifying migration is definitely there :-)
m
Hi @Alberto Perdomo if you add a
next
version of prisma with enhanced migrate I whould love testing it and share my feedback ;)
a
OK, I will reach out to you when we have something!
@Mikastark Do you mean anything specific with
next
?
m
I mean a
npm i @prisma/cli@next
🙂
a
We will be using integration tags first, but I’d be happy to keep you posted so you can validate it and provide feedback.