MCPcopy Create free account
hub / github.com/outerbase/studio / transaction

Method transaction

src/drivers/iframe-driver.ts:108–111  ·  view source on GitHub ↗
(stmts: string[])

Source from the content-addressed store, hash-verified

106 }
107
108 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
109 const r = this.conn.transaction(stmts);
110 return r;
111 }
112}

Callers

nothing calls this directly

Calls 1

transactionMethod · 0.65

Tested by

no test coverage detected