MCPcopy Create free account
hub / github.com/NobleMajo/al-sql / execute

Method execute

src/pg.ts:472–477  ·  view source on GitHub ↗
(query: ExecutableSqlQuery)

Source from the content-addressed store, hash-verified

470 }
471
472 execute(query: ExecutableSqlQuery): Promise<SqlQueryExecuteResult> {
473 return this.client.query(
474 query[0],
475 query.slice(1)
476 )
477 }
478
479 async isConnected(): Promise<boolean> {
480 return this.connected

Callers

nothing calls this directly

Calls 1

queryMethod · 0.80

Tested by

no test coverage detected