package
1.1.3
Repository: https://github.com/kukkar/common-golang.git
Documentation: pkg.go.dev

# Functions

converts the configuration to the format understood by go sql driver.
GetPool checks whether a pool with specified type and key exists.
No description provided by the author
No description provided by the author
InitPool Generally not to be called explicitely, but if you are in desperate need do not hesitate to call.

# Constants

default time zone for mysql .
No description provided by the author
No description provided by the author

# Variables

global pool for mysql connection will be registered while we boot up our api .

# Structs

Takesup the configuration for mysql connection.
On a broader level this can be seen as a Mysql connection.
A pool maintains a set of connections.