Versions in this module Expand all Collapse all v0 v0.0.3 May 5, 2024 v0.0.2 May 5, 2024 v0.0.1 May 5, 2024 Changes in this version + type Descriptor struct + Kind reflect.Kind + Ptr bool + Tags TagSet + Type reflect.Type + func New(t reflect.Type, tags []string) *Descriptor + func (d *Descriptor) Scanner() *Scanner + func (d *Descriptor) ValidateSQLType() error + func (d *Descriptor) Valuer(val reflect.Value) Valuer + type Scanner struct + func (s *Scanner) Scan(src interface{}) error + func (s *Scanner) Target(value reflect.Value) + type TagSet map[string]struct + func (t TagSet) Contains(tag string) bool + type Valuer struct + func (f Valuer) Value() (driver.Value, error)