Hi everyone. What role plays prisma? Lets say, I h...
# orm-help
w
Hi everyone. What role plays prisma? Lets say, I have next.js application, and I am going to use apollo server 2 to serve graphql API over Postgres. Where (in the request chain) prisma daemon will be running? What for?
n
Prisma would be the ORM for Postgres. So you’d not need sequelize etc