Versions in this module Expand all Collapse all v0 v0.5.1 Sep 24, 2020 v0.5.0 Sep 24, 2020 Changes in this version + type ComputedField struct + ComputeFn string + Exclude bool + Name string + Required bool + Type string + Validation []string + type Field struct + Column string + ComputeFn string + Exclude bool + Length int + Name string + Required bool + TimeFormat string + Type string + Validation []string + type Table struct + CSV string + ComputePackage string + ComputedFields []*ComputedField + Constraints []string + DependsOn []string + Fields []*Field + Separator string + SpecFile string + func NewTable(specFile, defaultSchema string) (*Table, error) + type View struct + DependsOn []string + Export string + SQL string + SpecFile string + func NewView(specFile, defaultSchema string) (*View, error)