Versions in this module Expand all Collapse all v1 v1.1.0 Feb 21, 2025 Changes in this version + const TagIsRelation + func ParseTag(f reflect.StructField) map[string]string v1.0.0 Mar 4, 2024 Changes in this version + func AsModel[Model any](i InternalValue) (Model, error) + type BaseModel struct + CreatedAt time.Time + ID uuid.UUID + UpdatedAt time.Time + func (base *BaseModel) BeforeCreate(tx *gorm.DB) error + type InternalValue map[string]any + func AsInternalValue[Model any](entity Model) InternalValue + type SliceField []T + func (s *SliceField[T]) FromRepresentation(rawValue any) error + func (s *SliceField[T]) Scan(value any) error + func (s SliceField[T]) ToRepresentation() (any, error) + func (s SliceField[T]) Value() (driver.Value, error)