PrismaP
Prisma5mo ago
16 replies
samuelcole

rust-free engine with accelerate

is anyone using accelerate with rust-free prisma?

Error [PrismaClientValidationError]: Prisma Client was configured to use the `adapter` option but `prisma generate` was run with `--no-engine`.

i guess i don't need to run prisma generate on deploy anymore, since i checked in all the generated files?

but am i still supposed to have an adapter option in production, when using an accelerate connection string?

for context, we use direct connections to postgres databases on localhost and preview environments, but accelerate in production
Was this page helpful?