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 NullJson ¶
func (*NullJson[T]) GormDataType ¶
type RawJson ¶
type RawJson []byte
func (*RawJson) GormDataType ¶
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.