prisma / p1-to-p2-upgrade-path-feedback

4 stars 1 forks source link

My prisma 1 stack #4

Open dhruv92 opened 4 years ago

dhruv92 commented 4 years ago

Your Prisma 1 stack

What are you building with Prisma?

I am building a GraphQL API. Anything that has DB access (queues, etc.) also uses the prisma client.

Which version of Prisma 1 are you running?

I am running Prisma version 1.34

How do you access your Prisma server?

I am accessing my Prisma server with mainly prisma-client-lib, but I occasionally use prisma-binding if a query/mutation is easier using it.

Are you currently using nexus-prisma (with Prisma 1)?

How many Prisma services are you running on your production Prisma server?

Which database (incl. version) do you use?

I am using PostgreSQL 11.8

Where is your Prisma server hosted?

My Prisma server is hosted on Heroku

Where is your database hosted?

My database is hosted on Heroku

Where is your API server hosted?

My API server is hosted on Heroku

Is there anything else that's worth mentioning about your stack?

I use graphql-yoga as the API server framework

Your upgrade plans

What's your preferred upgrade strategy?

Do you want to use the new Nexus Framework when you upgrade?

Not sure yet. Would need to look into how it works with graphql-yoga or if it's a complete replacement

When do you want to upgrade?

Do you have any remaining questions or comments?