MCPcopy Create free account
hub / github.com/Effect-TS/effect / executeWithoutTransform

Method executeWithoutTransform

packages/sql/pg/src/PgClient.ts:707–709  ·  view source on GitHub ↗
(sql: string, params: ReadonlyArray<unknown>)

Source from the content-addressed store, hash-verified

705 })
706 }
707 executeWithoutTransform(sql: string, params: ReadonlyArray<unknown>) {
708 return this.run(sql, params)
709 }
710 executeValues(sql: string, params: ReadonlyArray<unknown>) {
711 return this.runWithClient<ReadonlyArray<any>>((client, resume) => {
712 client.query(

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected