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

Method queryRaw

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

Source from the content-addressed store, hash-verified

206 }
207
208 async queryRaw(params: SqlQuery): Promise<SqlResultSet> {
209 await this.#ensureBegun()
210 return executeQueryRaw(this.#session, params)
211 }
212}
213
214/**

Callers

nothing calls this directly

Calls 2

#ensureBegunMethod · 0.95
executeQueryRawFunction · 0.85

Tested by

no test coverage detected