GORM JSON Array Types
go get github.com/brokeyourbike/jsonarraypackage main
import (
"github.com/brokeyourbike/jsonarray"
"gorm.io/gorm"
)
type User struct {
gorm.Model
Tags jsonarray.Slice[string]
}- Ivan Stasiuk | Twitter | LinkedIn | stasi.uk