package
2.7.4+incompatible
Repository: https://github.com/volatiletech/sqlboiler.git
Documentation: pkg.go.dev

# Functions

Array returns the optimal driver.Valuer and sql.Scanner for an array or slice of any dimension.
EnableInfinityTs controls the handling of Postgres' "-infinity" and "infinity" "timestamp"s.
FormatTimestamp formats t into Postgres' text format for timestamps.
ParseTimestamp parses Postgres' text format.

# Structs

GenericArray implements the driver.Valuer and sql.Scanner interfaces for an array or slice of any dimension.

# Interfaces

ArrayDelimiter may be optionally implemented by driver.Valuer or sql.Scanner to override the array delimiter used by GenericArray.

# Type aliases

BoolArray represents a one-dimensional array of the PostgreSQL boolean type.
Byte is an alias for byte.
BytesArray represents a one-dimensional array of the PostgreSQL bytea type.
Float64Array represents a one-dimensional array of the PostgreSQL double precision type.
HStore is a wrapper for transferring HStore values back and forth easily.
Int64Array represents a one-dimensional array of the PostgreSQL integer types.
JSON is an alias for json.RawMessage, which is a []byte underneath.
StringArray represents a one-dimensional array of the PostgreSQL character types.