`@prisma/client/runtime` size is big(bigger than rust-engine version)
no-rust-engine
. We use Prisma ORM on AWS Lambda function.
I updated Prisma version to 6.14.0 from 6.6.0 and setup configuration to use runtime, hoping that this will reduce the total size. Turned out the size actually increased. As seen in the screenshot, the node_modules size is around 100MB. I narrowed down the directory and found that runtime
has many files that are not relevant to the project (we use postgres) should these be removed manually to reduce the total size?
...
Why does Prisma add :5432 to Unix socket paths for Cloud SQL connection
Need Help

Cannot find any tables with multi-file-separated models in newest version
Dealing with database timeouts with prisma and vercel fluid compute
``
PrismaClientKnownRequestError:
Invalid
prisma.store.findUnique()` invocation:....prisma directory no longer exists in node_modules with prisma-client-js generator
.prisma
directory in node_modules
no longer exists. I needed this for use in my monorepo for getting type support in my frontend apps with Vite. I had this in my Vite config:
".prisma/client/index-browser": resolve(
__dirname,...I'm trying the Rust-free version
URGENT: HELP, our tables are not loading in Production
TypedSQL Apostrophe
CI cache?
dotenv -e .env.local -- pnpm prisma generate --no-hints && dotenv -e .env.local -- pnpm exec prisma generate --sql --no-hints
Question is: what do I need to cache here? My node_modules is already cached, so do I need to run this everytime? ...Is something like this possible?
Prisma does not recognize Json type even after migrate/generate

Where can I find the ResponseSize slider?

Can't use npx prisma db seed

Cannot connect prisma Postgress in Docker container
#ask-ai
channel awaits if you're curious!ERROR Nuxt Build Error: [commonjs--resolver] Invalid module ".prisma/client/index-browser"
Prisma Cloud Help
Using increment on Decimal fields?
increment
, decrement
etc. only works on Float
and Int
. https://www.prisma.io/docs/orm/reference/prisma-client-reference#atomic-number-operations
However, I tried it on a Decimal
field, and it seems to work fine. Does that mean I can use it without any issues? Or are there any issues that could pop up?
Part of my schema:...pnpm workspace/monorepo using nuxt: ✘ [ERROR] Could not resolve ".prisma/client/index-browser"