MCPcopy
hub / github.com/prisma/prisma / queryRaw

Method queryRaw

packages/adapter-ppg/src/ppg.ts:108–110  ·  view source on GitHub ↗
(params: SqlQuery)

Source from the content-addressed store, hash-verified

106 }
107
108 async queryRaw(params: SqlQuery): Promise<SqlResultSet> {
109 return executeQueryRaw(this.#client, params)
110 }
111
112 async startTransaction(isolationLevel?: IsolationLevel): Promise<Transaction> {
113 const session = await this.#client.newSession()

Callers

nothing calls this directly

Calls 1

executeQueryRawFunction · 0.85

Tested by

no test coverage detected