Skip to content

Commit

Permalink
fix: use binary engine (#75)
Browse files Browse the repository at this point in the history
A workaround for OpenSSL issues on Debian Docker images that fixes #74.

Makes Prisma use the legacy binary engine for queries instead of the new library engine.
  • Loading branch information
korewaChino committed Feb 7, 2023
1 parent abaa3b1 commit 08662bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["orderByNulls"]
engineType = "binary"
}

datasource db {
Expand Down

0 comments on commit 08662bb

Please sign in to comment.