# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
ExecuteInTx is meant for DB store implementations to execute an operation within the scope of a DB transaction.
ExecuteRetryable Retry functions that perform non-transactional database operations.
ExecuteTxWithinCtx executes a DB transaction that's scoped to a call to fn.
No description provided by the author
Get a DB connection pool using AWS IAM credentials
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Connecting.Go.html.
Get a DB connection pool using username/password credentials
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Connecting.Go.html.