package
1.0.2
Repository: https://github.com/vuduongtp/go-core.git
Documentation: pkg.go.dev

# 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.