© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Drizzle equivalent of `findFirstOrThrow` - Drizzle Team
DT
Drizzle Team
•
3y ago
•
3 replies
jakeleventhal
Drizzle equivalent of `findFirstOrThrow`
Is there an analgous way to do this code in drizzle
?
const
data
=
await
prisma.appData.
findFirstOrThrow
({}));
const
data
=
await
prisma.appData.
findFirstOrThrow
({}));
is the best path forward to manually throw errors
? is this a planned feature
?
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,959
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
equivalent code drizzle
DT
Drizzle Team / help
2y ago
is there equivalent to drizzle-graphql for rest api?
DT
Drizzle Team / help
2y ago
equivalent of `Cache-Control: no-cache`
DT
Drizzle Team / help
4mo ago