# Functions
CompareINIValues returns -1 if val1 < val2 0 if val1 = val2 1 if val1 > val2.
GeneratePassword generate password.
NewVerboseRoundTripper is a wrapper around http.RoundTripper that logs request and response.
SanitizeDSN removes password from DSN.
SliceContains checks if slice contains elem.