Versions in this module Expand all Collapse all v1 v1.3.4 Oct 22, 2019 Changes in this version + func AssertUpToDate(si *StructInfo, obj interface{}) + type FieldInfo struct + Column string + Name string + Type string + type StructInfo struct + Fields []FieldInfo + PKFieldIndex int + SQLName string + SQLSchema string + Type string + func File(path string) ([]StructInfo, error) + func Object(obj interface{}, schema, table string) (res *StructInfo, err error) + func (s *StructInfo) Columns() []string + func (s *StructInfo) IsTable() bool + func (s *StructInfo) PKField() FieldInfo