Versions in this module Expand all Collapse all v0 v0.3.0 May 10, 2021 v0.2.1 May 5, 2021 v0.2.0 May 5, 2021 v0.1.0 Mar 8, 2021 Changes in this version + type Field struct + Name string + Ref interface{} + type Fieldset []*Field + func NewFieldset(fields ...*Field) Fieldset + func (s Fieldset) SelectColumns() []string + func (s Fieldset) SelectFields() []interface{} + type IntBool struct + V *bool + func (b *IntBool) Scan(value interface{}) error + func (b *IntBool) Value() (driver.Value, error) + type NullInt struct + V *int + func (s *NullInt) Scan(value interface{}) error + func (s *NullInt) Value() (driver.Value, error) + type NullString struct + V *string + func (s *NullString) Scan(value interface{}) error + func (s *NullString) Value() (driver.Value, error) + type NullTime struct + V *time.Time + func (t *NullTime) Scan(value interface{}) error + func (t *NullTime) Value() (driver.Value, error)