Prisma – Database tools for modern application development
11–20 of 88 posts
Re: Prisma – Database tools for modern application development
#12Re: Prisma – Database tools for modern application development
#13Re: Prisma – Database tools for modern application development
#14It'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…
Do you have specific examples of cutting edge patterns they use that you can share? I'm always interested in seeing concrete examples of (often) abstract patterns/concepts.
Re: Prisma – Database tools for modern application development
#15Re: Prisma – Database tools for modern application development
#16This is amazing! What about Python?
Re: Prisma – Database tools for modern application development
#17Re: Prisma – Database tools for modern application development
#18It'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…
Re: Prisma – Database tools for modern application development
#19Does their documentation today feel like the doc team and technical writing team have an actual seat at the table or does it still feel like the place is run by a bunch of architecture astronauts who think docs just happen after the fact?
Re: Prisma – Database tools for modern application development
#20Unless you have specific requirements, Ive always found prisms to be bloated / heavy. I prefer Hasura.
Do you have examples of specific requirements for which Prisma would be a good fit?
Hasura I think is good for preexisting db, no migrations? I haven't evaluated it fully.