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

Method executeValuesUnprepared

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

Source from the content-addressed store, hash-verified

728 })
729 }
730 executeValuesUnprepared(sql: string, params: ReadonlyArray<unknown>) {
731 return this.executeValues(sql, params)
732 }
733 executeUnprepared(
734 sql: string,
735 params: ReadonlyArray<unknown>,

Callers 3

wrapConnectionFunction · 0.45
wrapConnectionFunction · 0.45
valuesUnpreparedFunction · 0.45

Calls 1

executeValuesMethod · 0.95

Tested by 1

wrapConnectionFunction · 0.36