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
notrab
01/05/2019, 3:32 PM
Prisma would be the ORM for Postgres. So you’d not need sequelize etc