Open alan345 opened 4 years ago
Hey @alan345 👋 thanks a lot for sharing this! I'd love to hear your thoughts about the new prisma-binding
upgrade guide which you can find here.
It's still somewhat in progress but it should contain the most important information about the upgrade process. If you decide to give it a shot and use it for the upgrade, please let us know the issues and questions you ran into while following the guide.
Your Prisma 1 stack
I am building a GraphQL API. Stack is in production for 1 year
I am running Prisma version prisma/1.34.10
I am accessing my Prisma server with: 'prisma-binding'
with
ctx.db.query.(...)
or withctx.db.mutation.(...)
or withprismaBinding.forwardTo
Are you currently using
nexus-prisma
?I am using MySQL 5.7
My Prisma server is hosted on AWS EC2
My database is hosted on AWS RDS
My API server is hosted on AWS EC2
Is there anything else that's worth mentioning about your stack?
Nope
Your upgrade plans
What's your preferred upgrade strategy?
Do you want to use the new Nexus Framework when you upgrade?
Nope. I Think I will do it as a second step, after upgrading primsa2
Do you have any remaining questions or comments?
Quick recommendation, why no doing 1 video example?
Thanks guys! You did an amazing job!