# Functions
NewDecimal creates a new decimal from a decimal.
NewNullDecimal creates a new null decimal from a decimal.
No description provided by the author
ParseBytes is like Parse, except it parses a byte slice instead of a string.
# Structs
Decimal is a DECIMAL in sql.
NullDecimal is the same as Decimal, but allows the Big pointer to be nil.