Encapsulates information about a transaction.

Constructors

Properties

Constructors

Properties

hint?: string

The user hint passed when creating the transaction, useful for debugging and testing.

id: string

A globally unique ID of the transaction.

isReadOnly: boolean

Indicates whether mutating DQL statements can be executed in the transaction. Defaults to false.