Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Cannot await Prisma Bulk Queries - Prisma
P
Prisma
•
2mo ago
•
3 replies
Blained
Cannot await Prisma Bulk Queries
ORM
Are Prisma bulk operations not considered promises
?
eg
prismaClient.database.deleteMany()
prismaClient.database.deleteMany()
, I can
't use
await
await
or
.then
.then
here
, says they dont exist
/have no affect
It returns a PrismaPromise
<BatchPayload
> but I cannot use await on it
. Why
?
Prisma
Join
The official Discord server of Prisma! Find us online at prisma.io
9,819
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Prisma queries fail in production
P
Prisma / help-and-questions
11mo ago
concat two Prisma.sql queries.
P
Prisma / help-and-questions
2y ago
Prisma does nothing unless we use await
P
Prisma / help-and-questions
6mo ago
how many connections do bulk queries eat up?
P
Prisma / help-and-questions
2y ago