Versions in this module Expand all Collapse all v0 v0.42.5 Jan 27, 2026 v0.42.4 Jan 27, 2026 Changes in this version + type Array []T + func (e *Array[T]) Scan(src any) error + func (e Array[T]) Value() (driver.Value, error) + type EnumArray []T + func (e *EnumArray[T]) Scan(src any) error + func (e EnumArray[T]) Value() (driver.Value, error) + type HStore map[string]sql.Null[string] + func (h *HStore) Scan(value any) error + func (h HStore) String() string + func (h HStore) Value() (driver.Value, error) + type Inet struct + func (i *Inet) Scan(src any) error + func (i Inet) Value() (driver.Value, error) + type LSN uint64 + func (lsn *LSN) Scan(src any) error + func (lsn LSN) Value() (driver.Value, error) + type Macaddr struct + Addr net.HardwareAddr + func (dst *Macaddr) Scan(src any) error + func (src Macaddr) Value() (driver.Value, error) + type Snapshot struct + Active []uint64 + Max uint64 + Min uint64 + func (t *Snapshot) Scan(src any) error + func (t Snapshot) String() string + func (t Snapshot) Value() (driver.Value, error) + type TSVector struct + func (t *TSVector) Scan(src any) error + func (t TSVector) String() string + func (t TSVector) Value() (driver.Value, error)