package
3.4.0+incompatible
Repository: https://github.com/ericlagergren/decimal.git
Documentation: pkg.go.dev

# Constants

max digits after the decimal point.
max digits before the decimal point.

# Structs

Decimal is a PostgreSQL DECIMAL.
LengthError is returned from Decimal.Value when either its integral (digits before the decimal point) or fractional (digits after the decimal point) parts are too long for PostgresSQL.