package
1.23.2
Repository: https://github.com/datosystem/gorm.git
Documentation: pkg.go.dev

# Functions

GetIdentityFieldValuesMap get identity map from fields.
GetIdentityFieldValuesMapFromValues get identity map from fields.
GetRelationsValues get relations's values from a reflect value.
GetSerializer get serializer.
Parse get data type from dialector.
No description provided by the author
ParseWithSpecialTableName get data type from dialector with extra schema table.
RegisterSerializer register serializer.
ToQueryValues to query values.

# Constants

BelongsToRel belongs to relationship.
GORM fields types.
GORM fields types.
GORM fields types.
HasManyRel has many relationship.
HasOneRel has one relationship.
GORM fields types.
Many2ManyRel many to many relationship.
GORM fields types.
GORM fields types.
GORM fields types.
GORM time types.
GORM time types.
GORM time types.
GORM time types.

# Variables

special types' reflect type.
ErrUnsupportedDataType unsupported data type.
special types' reflect type.
special types' reflect type.

# Structs

No description provided by the author
No description provided by the author
Field is the representation of model schema's field.
GobSerializer gob serializer.
No description provided by the author
No description provided by the author
JSONSerializer json serializer.
NamingStrategy tables, columns naming strategy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnixSecondSerializer json serializer.

# Interfaces

CreateClausesInterface create clauses interface.
DeleteClausesInterface delete clauses interface.
FieldNewValuePool field new scan value pool.
GormDataTypeInterface gorm data type interface.
Namer namer interface.
QueryClausesInterface query clauses interface.
Replacer replacer interface like strings.Replacer.
SerializerInterface serializer interface.
SerializerValuerInterface serializer valuer interface.
No description provided by the author
No description provided by the author
UpdateClausesInterface update clauses interface.

# Type aliases

No description provided by the author
RelationshipType relationship type.
No description provided by the author