# Functions
Connect establish a new database connection using provided driverName and given dataSourceName (DSN).
RunInTransaction executes given function based on provided 'db' within a transaction.
# Interfaces
DB is the common interface for both the Conn and Tx.