package
0.0.0-20200528155031-cdbaa19e1583
Repository: https://github.com/kjintroverted/wizardsbrew.git
Documentation: pkg.go.dev

# Functions

GetUID generates a UID.
NewPostgresConnection attempts to connect to a psql server and return a connected DB.
ParseRow turns a row string into an array of values.

# Structs

Description is a generic type used to store item/character descriptions.
NullBool is an alias fot sql nullable float.
NullFloat is an alias fot sql nullable float.
NullInt is an alias fot sql nullable float.
NullString is an alias fot sql nullable float.

# Interfaces

Scannable is an abstraction of a row to be scanned to all for more flexible handlers.