Somehow my rawAccess is missing from the Bindings ...
# orm-help
b
Somehow my rawAccess is missing from the Bindings in production
d
Hey 🙂
rawAccess
is a feature of Prisma client and not
prisma-binding
. Do the docs suggest something different anywhere? also, you have to provide
rawAccess: true
in docker compose file (if you are using prisma via docker)... then only Prisma server emits the
executeRaw
mutation for Prisma client to use. 🙂
Also, please use threads 🙏 That way it is easier to communicate around a topic 🙂