package
0.0.0-20250102220023-f0d66c027b93
Repository: https://github.com/stellar/wallet-backend.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
RunInTransaction runs the given atomic function in an atomic database transaction and returns an error.
RunInTransactionWithResult runs the given atomic function in an atomic database transaction and returns a result and an error.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author
SQLExecuter is an interface that wraps the *sqlx.DB and *sqlx.Tx structs methods.
Transaction is an interface that wraps the sqlx.Tx structs methods.