What was the main reason for Prisma to move from p...
# orm-help
v
What was the main reason for Prisma to move from prisma-binding to the generated client solution?
l
They've clarified that they're supporting both bindings and client. Client is a stand alone solution that also works for REST APIs. It has some advantages for GraphQL APIs too. I think most GraphQL servers will use both client and bindings -- I certainly do
n
Thanks Dennis, that sums it up pretty well already! For more detailled infos, check out the forum post I wrote a while ago @Vinnie: https://www.prisma.io/forum/t/help-understanding-prisma-clients-value-proposition/4394/17 🙂 Happy to answer more specific questions! 🙌
🙂 1
v
Thanks both!