Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringList ¶ added in v0.16.0
type StringList []string
StringList represents a database type that stores a list of strings.
func (*StringList) Scan ¶ added in v0.16.0
func (sl *StringList) Scan(value any) error
Scan implements [sql.Scanner].
Click to show internal directories.
Click to hide internal directories.