Is there any way to get the raw SQL query that Pri...
# orm-help
d
Is there any way to get the raw SQL query that Prisma would run before it runs it?
1
j
d
Yes
I've also seen this issue before starting, my best guess would be that I have to remake the query engine myself. Do you know a better way of doing it without duplicating queries @Jarupong?
j
I have no idea from now now because prisma query engine is written by Rust not javascript so it seems difficult to understand and tracking process
d
@Jarupong Found a work-around, thanks for everything!
j
Happy to hear that. Could you share?
d
Just ended up remaking the query engine myself.
j
Hopefully next release will be supported