FurrySolver
10/15/2018, 7:38 PM1.16
or below?
The reason I said 1.16
is because I'm using prisma-client
, seems to be a feature for prisma 1.17 and above
, and it seems to be a replacement over prisma-bindings
. I started with the prisma bolierplates and didn't know what prisma-bindings
was, I was pretty confusedjohhansantana
10/15/2018, 8:01 PMprisma-bindings
or prisma-client
or a combination on both apparently. They just change the way you query your database basically.
I would still use prisma-client
since it seems to be the new cool library for prisma devs.alechp
10/16/2018, 6:43 PM