# Functions
NewDB initialises the DB handle that is used to connect to a database.
NewMigrate initialises the DB migrator with open connection.
NewSeed initialises the DB seeder with open connection.
# Type aliases
DriverName indicates the name of the driver.