Skip to content

Commit 54a38c6

Browse files
Added a warning that prisma-client-js will be deprecated in v7 (#7218)
1 parent 3226bbf commit 54a38c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/200-orm/100-prisma-schema/10-overview/03-generators.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Alternatively, you can configure any npm package that complies with our generato
2424

2525
## `prisma-client-js`
2626

27+
:::warning
28+
29+
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).
30+
31+
:::
32+
2733
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`.
2834

2935
### Field reference

0 commit comments

Comments
 (0)