package
0.0.0-20250118220621-b25942ac992a
Repository: https://github.com/ardanlabs/ai-training.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.

# Structs

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

# Interfaces

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

# Type aliases

Bool represents a one-dimensional array of the PostgreSQL boolean type.
Bytea represents a one-dimensional array of the PostgreSQL bytea type.
Float32 represents a one-dimensional array of the PostgreSQL double precision type.
Float64 represents a one-dimensional array of the PostgreSQL double precision type.
Int32 represents a one-dimensional array of the PostgreSQL integer types.
Int64 represents a one-dimensional array of the PostgreSQL integer types.
String represents a one-dimensional array of the PostgreSQL character types.