# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithTransaction creates a new transaction and handles rollback/commit based on the error object returned by the `TxFn`.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Transaction is an interface that models the standard transaction in `database/sql`.
# Type aliases
A Txfn is a function that will be called with an initialized `Transaction` object that can be used for executing statements and queries against a database.