package
1.0.0
Repository: https://github.com/agitdevcenter/gopkg.git
Documentation: pkg.go.dev

# Functions

Close close all established db connections.
Connect to mysql db based on id, and returns error if id is not exists / not valid.
FromNullBool check if parameter is a valid boolean if null return false.
FromNullFloat check if parameter is a valid float64 if null return 0.00.
FromNullInt check if parameter is a valid int64 if null return 0.
FromNullString return a string if valid and empty string if not valid.
FromNullTime check if parameter is a valid time return a pointer time.
Log request with defaultLogger.

# Variables

LogFormatter : log formatter.
NowFunc : time func.

# Structs

No description provided by the author
Logger default logger.
Options for connection.
SQLConn is safe to use concurrently.
Tx struct.

# Interfaces

LogWriter log writer interface.