Skip to content

Commit 6c0b3cc

Browse files
Update content/200-orm/200-prisma-client/000-setup-and-configuration/300-no-rust-engine.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 80b3f79 commit 6c0b3cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/200-orm/200-prisma-client/000-setup-and-configuration/300-no-rust-engine.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ This page gives an overview of how to use this version of Prisma ORM.
1212

1313
The main technical differences if you're using Prisma ORM without a Rust engine are:
1414

15-
- `engineType = "client"` field needs to be set on the on the `generator` block
16-
- no `binaryTargets` on the `generator` block
15+
The main technical differences if you're using Prisma ORM without a Rust engine are:
16+
17+
- no `binaryTargets` and `engineType` fields on the `generator` block
18+
- no query engine binary that's downloaded into the directory with your generated Prisma Client
19+
- required usage of driver adapters for database connection management
1720
- no query engine binary that's downloaded into the directory with your generated Prisma Client
1821
- required usage of [driver adapters](/orm/overview/databases/database-drivers#driver-adapters) for database connection management
1922

0 commit comments

Comments
 (0)