Prisma – Database tools for modern application development
1–10 of 88 posts
Re: Prisma – Database tools for modern application development
#2Re: Prisma – Database tools for modern application development
#3Question specific to this autogenerated client: does that mean I have to bump client version numbers every time my backend schema changes? Does this help if I'm building a backwards-compatible api, like Stripe's API [1]? Apologies if this is already answered in your docs.
Re: Prisma – Database tools for modern application development
#4The downside is (because there is always some), as it's a new tech, problems can pop up and more research have to be made compared to a more old and popular framework.
In any case, I highly recommend you to try it on your own, I'm looking foward to its futur improvements.
Re: Prisma – Database tools for modern application development
#5Re: Prisma – Database tools for modern application development
#6It's been interesting watching Prisma, formerly Graphcool, transition from backend-as-a-service to open source backend to client ORM library. They also use bleeding edge patterns, so I always know where to go for examples as stuff gets adopted mainstream :) Keep up the good work Prisma team! Question specific to this autogenerated client: does that mean I have to bump client version numbers every time my backend sche…
The only issue that we did encounter so far is that it doesn't know play well easily when you have more than one instance of a Prisma server behind a load balancer that your backend connect to.
Re: Prisma – Database tools for modern application development
#7Re: Prisma – Database tools for modern application development
#8Unless you have specific requirements, Ive always found prisms to be bloated / heavy. I prefer Hasura.
Re: Prisma – Database tools for modern application development
#9Re: Prisma – Database tools for modern application development
#10This is amazing! What about Python?