Drizzle equivalent of `findFirstOrThrow`
Is there an analgous way to do this code in drizzle?
is the best path forward to manually throw errors? is this a planned feature?
is the best path forward to manually throw errors? is this a planned feature?
const data = await prisma.appData.findFirstOrThrow({}));