federico-hero
Results
2
comments of
federico-hero
See [this PR](https://github.com/deepmap/oapi-codegen/pull/499)
This also works: ```go type Tags []string func (t Tags) Scan(src any) error { return pq.Array(t).Scan(src) } func (t Tags) Value() (driver.Value, error) { return pq.Array(t).Value() } ```