# Functions
IsTrOpened checks if the transaction is open in the context.Context.
NewTransactionManager is a factory for TrManager.
TrFromCtx returns the opened Tr from the context.Context.
WithLog sets logger for transaction.Manager.
# Interfaces
Tr is an interface to work with sqlx.DB or sqlx.Tx.