package
1.0.20
Repository: https://github.com/m15t/ghoul.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.