package
1.3.6
Repository: https://github.com/nytimes/gizmo.git
Documentation: pkg.go.dev

# Functions

LoadConfigFromEnv will attempt to load a MySQL object from environment variables.

# Constants

DefaultLocation is the default location for MySQL connections.
DefaultMySQLPort is the default port for MySQL connections.

# Variables

MaxIdleConns will be used to set a MySQL drivers MaxIdleConns value.
MaxOpenConns will be used to set a MySQL drivers MaxOpenConns value.

# Structs

Config holds everything you need to connect and interact with a MySQL DB.