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

# Packages

Package pgeo implements geometric types for Postgres Geometric types: https://www.postgresql.org/docs/current/static/datatype-geometric.html Description: https://github.com/saulortega/pgeo.

# 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.
NewDecimal creates a new decimal from a decimal.
NewNullDecimal creates a new null decimal from a decimal.
ParseTimestamp parses Postgres' text format.

# Structs

Decimal is a DECIMAL in sql.
GenericArray implements the driver.Valuer and sql.Scanner interfaces for an array or slice of any dimension.
NullDecimal is the same as Decimal, but allows the Big pointer to be nil.

# 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.
DecimalArray represents a one-dimensional array of the decimal 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.