We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ec904 commit 0a08edcCopy full SHA for 0a08edc
content/200-orm/200-prisma-client/000-setup-and-configuration/300-no-rust-engine.mdx
@@ -12,8 +12,6 @@ This page gives an overview of how to use this version of Prisma ORM.
12
13
The main technical differences if you're using Prisma ORM without a Rust engine are:
14
15
-The main technical differences if you're using Prisma ORM without a Rust engine are:
16
-
17
- no `binaryTargets` field on the `generator` block
18
- no query engine binary that's downloaded into the directory with your generated Prisma Client
19
- `engineType` needs to be set to `"client"` on the `generator` block
0 commit comments