Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedArrayGoTypes = map[string]bool{ "string": true, "int8": true, "int16": true, "int32": true, "int64": true, "uint8": true, "uint16": true, "uint32": true, "uint64": true, "float32": true, "float64": true, "bool": true, "[]byte": true, }
jsonb would be the most useful addition.
Functions ¶
Types ¶
type StringArray ¶
type StringArray []string
StringArray represents a one-dimensional array of the PostgreSQL character types.
func (*StringArray) Scan ¶
func (a *StringArray) Scan(src interface{}) error
Scan implements the sql.Scanner interface.
type VectorValue ¶ added in v0.3.9
type VectorValue []float32
Click to show internal directories.
Click to hide internal directories.