Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading