jjmm
jjmm
PPrisma
Created by jjmm on 8/28/2024 in #help-and-questions
How to include prisma/sql in serverless lambda?
I'm using serverless-webpack-prisma to include prisma client in lambda but I don't think it currently includes prisma/sql in the deployment as I get the following error: "Runtime.ImportModuleError: Error: Cannot find module '.prisma/client/sql'".
2 replies
PPrisma
Created by jjmm on 8/27/2024 in #help-and-questions
"prisma generate --sql" keeps on hanging
I'm trying the new preview version of Typed SQL, and it sounds amazing. However, when I try to run the prisma generate --sql command, it stops and hangs after the "Prisma schema loaded from prisma/schema.prisma" step. I've installed version 5.19.0 of both Prisma and the Prisma Client
4 replies