Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array[T any] []T
Array represents a PostgreSQL array for T. It implements the ArrayGetter and ArraySetter interfaces. It preserves PostgreSQL dimensions and custom lower bounds. Use FlatArray if these are not needed. only support number
type FloatArray ¶
type FloatArray[T constraints.Float] []T
func (*FloatArray[T]) Scan ¶
func (d *FloatArray[T]) Scan(value any) error
type Json ¶
type Json[T any] struct { V T }
type MapJson ¶ added in v0.16.10
type NullJson ¶ added in v0.16.8
func (*NullJson[T]) GormDataType ¶ added in v0.16.8
type RawJson ¶ added in v0.16.8
type RawJson []byte
func (*RawJson) GormDataType ¶ added in v0.16.8
type StringArray ¶
type StringArray []string
func (*StringArray) Scan ¶
func (d *StringArray) Scan(value any) error
Click to show internal directories.
Click to hide internal directories.