# Functions
Exec executes the specified function inside a SQL transaction.
ExecWithOptions executes the specified function inside a SQL transaction.
# Interfaces
DB is the interface which represents the database driver.
# Type aliases
ExecFunc is the type of the function to be executed inside a SQL Transaction.