Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SerializableArray ¶ added in v0.1.11
type SerializableArray[T any] []T
Wrapper for adding JSON array to MySQL or SQLite database Make sure to add `gorm:"serializer:json"` as tag on the field using this
func (*SerializableArray[T]) Scan ¶ added in v0.1.11
func (j *SerializableArray[T]) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.