package
2.4.2+incompatible
Repository: https://github.com/databrary/sqlboiler.git
Documentation: pkg.go.dev
# Functions
Array returns the optimal driver.Valuer and sql.Scanner 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.
No description provided by the author
JSON is an alias for json.RawMessage, which is a []byte underneath.
StringArray represents a one-dimensional array of the PostgreSQL character types.