bepasquet
01/23/2019, 3:39 AMEcker
01/23/2019, 6:35 AMprisma-client
and prisma-binding
. The Prisma client is a more traditional ORM replacment like sequalize/mongoose, etc. While the prisma-binding
behaves like a graphql server, taking in the info object, etc. The client works well for any scenario in any language, but you have to resolve children yourself. While the binding is best for JS based graphql servers, where your API is tightly coupled with the database structure. – If I've understood it correctly, I just switched my project from client to binding myself.
REF: https://www.prisma.io/forum/t/help-understanding-prisma-clients-value-proposition/4394/14bepasquet
01/23/2019, 7:48 AMEcker
01/23/2019, 7:58 AM