PrismaP
Prisma2mo ago
3 replies
adsc#2319

disable object mapping for queryRaw

Is it possible to disable object mapping for returns of queryRaw? I just need the SQL result string for a fringe use case. I can't use JSON.stringify(), because the result can contain types that can't be serialized with it.
Was this page helpful?