# Functions
New creates new database connection to the database server.
NewDB creates new DB instance.
Transaction execute the input func in a transaction.
# Structs
DB represents the client for common usages.
ListQueryCondition holds data used for db queries.
# Interfaces
Intf represents the common db interface.
# Type aliases
InTransaction defines the transaction wrapper function.