From 7d6602b7c65ab0c8ac60f31623977381a1ad92a7 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 29 Oct 2025 15:43:51 -0400 Subject: [PATCH] warning added --- .../200-orm/100-prisma-schema/10-overview/03-generators.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx index 843aef49f0..0a91ead8d0 100644 --- a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx @@ -24,6 +24,12 @@ Alternatively, you can configure any npm package that complies with our generato ## `prisma-client-js` +:::warning + +In Prisma ORM 7, `prisma-client-js` will be deprecated in favor of `prisma-client`. For more information, [read more](https://www.prisma.io/blog/rust-free-prisma-orm-is-ready-for-production). + +::: + The `prisma-client-js` is the default generator for Prisma ORM 6.X versions and before. It requires the `@prisma/client` npm package and generates Prisma Client into `node_modules`. ### Field reference