MCPcopy Index your code
hub / github.com/outerbase/studio / transaction

Method transaction

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

Source from the content-addressed store, hash-verified

86 }
87
88 transaction(stmts: string[]): Promise<DatabaseResultSet[]> {
89 return window.outerbaseIpc!.transaction(stmts);
90 }
91}
92
93export class EmbedQueryable implements QueryableBaseDriver {

Callers

nothing calls this directly

Calls 1

transactionMethod · 0.65

Tested by

no test coverage detected