Migration from 5 to 6 for serverless project
Hello, I'm currently migrating from Prisma 5 to Prisma 6, and I have a serverless Lambda project that uses layers. My binaries were previously in the layer for Prisma 5, but now I'm wondering if I need to do any updates to that; does Prisma 6 still use binaries?
Specifically this libquery_engine-rhel-openssl-1.0.x.so.node
3 Replies
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into
#ask-ai
for a quick spin!Hey 👋
Yes, Prisma 6 still relies on binaries. This is going to change soon, but at the moment it still relies on binary Query Engines
Thank you for your reply! @Nurul (Prisma)
If Prisma gets rid of binaries it would be no brainer for any serverless app