prisma-client-extensions icon indicating copy to clipboard operation
prisma-client-extensions copied to clipboard

Block the executeRaw, queryRawUnsafe and executeRawUnsafe in readonly-client.

Open RubenNL opened this issue 1 year ago • 0 comments

The global methods that modify the database where still allowed. This changes that issue.

I haven't yet figured out how to throw a typescript error, but in runtime it will throw an error.

RubenNL avatar Oct 06 '23 09:10 RubenNL