type Entity struct {
// use types.StringArray for a list of strings
StringList types.StringArray `gorm:"type:varchar[]"`
// use types.Int32Array for a list of integers
IntList types.Int32Array `gorm:"type:integer[]"`
}
Notice
⚠ This repository is in a non-stable status. Some features of DuckDB are not implemented yet or untested.