Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2025 Changes in this version + func ModelHasSoftDelete(t reflect.Type) bool + func ParseDBTag(tag string) string + func SetFieldByIndex(v reflect.Value, index []int, value any) + func ToSnakeCase(s string) string + type StructFieldInfo struct + Index []int + Name string + type StructMapping struct + AutoIncrement bool + FieldsByColumn map[string]StructFieldInfo + PrimaryColumn string + VersionColumn string + func StructMapper(t reflect.Type) StructMapping v0.0.1 Aug 10, 2025