MCPcopy Create free account
hub / github.com/bytebase/bytebase / TransactionMode

TypeAlias TransactionMode

backend/common/engine.go:434–434  ·  view source on GitHub ↗

TransactionMode represents the transaction execution mode for a migration script.

Source from the content-addressed store, hash-verified

432
433// TransactionMode represents the transaction execution mode for a migration script.
434type TransactionMode string
435
436const (
437 // TransactionModeOn wraps the script in a single transaction.

Callers 1

ParseTransactionConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected