MCPcopy
hub / github.com/prisma/prisma / releaseSavepoint

Method releaseSavepoint

packages/adapter-ppg/src/ppg.ts:199–201  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

197 }
198
199 async releaseSavepoint(name: string): Promise<void> {
200 await this.executeRaw({ sql: `RELEASE SAVEPOINT ${name}`, args: [], argTypes: [] })
201 }
202
203 async executeRaw(params: SqlQuery): Promise<number> {
204 await this.#ensureBegun()

Callers

nothing calls this directly

Calls 1

executeRawMethod · 0.95

Tested by

no test coverage detected