package
0.0.0-20240926215053-69aed98de6b8
Repository: https://github.com/solher/toolbox.git
Documentation: pkg.go.dev

# Functions

ScanJSON allows easy implementation of the driver.Valuer interface.
ValueJSON allows easy implementation of the sql.Scanner interface.

# Structs

NullTimestamp is a time that is NULL when set to its zero.

# Type aliases

BoolArray represents a one-dimensional array of the PostgreSQL boolean type.
ByteaArray represents a one-dimensional array of the PostgreSQL bytea type.
Float64Array represents a one-dimensional array of the PostgreSQL double precision type.
Int64Array represents a one-dimensional array of the PostgreSQL integer types.
JSONText is a json.RawMessage, which is a []byte underneath.
NullDate is a string formatted as a Postgres date that is NULL when set to its zero.
NullFloat64 is a float64 that is NULL when set to its zero.
NullInt64 is an int that is NULL when set to its zero.
NullMoney is a float64 formatted as a Postgres money type that is NULL when set to its zero.
NullString is a string that is NULL when set to its zero.
NullTime is a string formatted as a Postgres time without timestamp that is NULL when set to its zero.
NullUint64 is an unsigned int that is NULL when set to its zero.
StringArray represents a one-dimensional array of the PostgreSQL character types.
Uint64Array represents a one-dimensional array of unsigned integers.