Versions in this module Expand all Collapse all v1 v1.0.1 Mar 4, 2024 Changes in this version + type Field struct + Column string + Name string + Tag string + type ITableName interface + TableName func() string + type Schema struct + Auto string + FieldNames []string + Fields []*Field + Model interface{} + Name string + SubTableFile string + func Parse(dbSchema string, split map[string]spliter.Split, dest interface{}) *Schema + func ParseTable(table string) *Schema + func (schema *Schema) GetField(name string) *Field + func (schema *Schema) RecordValuesCustom(val reflect.Value, dest interface{}, selectField []string, omitField []string) []interface{}