File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/200-orm/200-prisma-client/000-setup-and-configuration Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,11 @@ This page gives an overview of how to use this version of Prisma ORM.
12
12
13
13
The main technical differences if you're using Prisma ORM without a Rust engine are:
14
14
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
17
20
- no query engine binary that's downloaded into the directory with your generated Prisma Client
18
21
- required usage of [ driver adapters] ( /orm/overview/databases/database-drivers#driver-adapters ) for database connection management
19
22
You can’t perform that action at this time.
0 commit comments