google / sqlcommenter

Apache License 2.0
604 stars 81 forks source link

Feature request: support for prisma nodejs orm #276

Open mnahkies opened 6 months ago

mnahkies commented 6 months ago

Prisma (https://www.prisma.io/orm) is a popular ORM for NodeJS.

I've also found the queries it produces particularly painful to trace back from query insights in GCP back to application code.

It would be great to have support in sqlcommenter commenter to help us track back problematic queries.