I just finished the <howtographql.com> tutorial, I...
# orm-help
d
I just finished the howtographql.com tutorial, I think what we used was the prisma client lib 1, is prisma 2 too different?
r
Hey @Danny 👋 Prisma 2 is different from Prisma 1 and in better ways. There is no requirement for a separate server and you can just use Prisma 2 to query your database. As you're new to Prisma, you should start with this tutorial for Prisma 2. You can also clone these examples directly and start with those as well 🙂
d
Thanks!