MCPcopy Create free account
hub / github.com/cameri/nostream / transaction

Method transaction

src/@types/database.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export interface ITransaction {
4 begin(): Promise<void>
5 get transaction(): DatabaseTransaction
6 commit(): Promise<any[]>
7 rollback(): Promise<any[]>
8}

Callers 1

beginMethod · 0.65

Implementers 1

Transactionsrc/database/transaction.ts

Calls

no outgoing calls

Tested by

no test coverage detected