package
0.0.0-20230525062523-ad5f7cff3399
Repository: https://github.com/ashwin776/learning-go.git
Documentation: pkg.go.dev

# Functions

Returns the instance of DB type which has the connection pool with the above constants attached to it.
Creates the connection pool and an error if any.
Tries to ping the database and returns whatever gets back(type of error).

# Structs

DB holds the Database connection pool as one of its variables.