package
1.0.6
Repository: https://github.com/driver005/database.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.
DATABASE fields clause.
DATABASE fields clause.
DATABASE fields clause.
HasManyRel has many relationship.
HasOneRel has one relationship.
DATABASE fields clause.
Many2ManyRel many to many relationship.
DATABASE fields clause.
DATABASE fields clause.
DATABASE fields clause.
DATABASE time clause.
DATABASE time clause.
DATABASE time clause.
DATABASE time clause.

# Variables

special clause' reflect type.
ErrUnsupportedDataType unsupported data type.
special clause' reflect type.
special clause' 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.
DBDataTypeInterface database data type interface.
DeleteClausesInterface delete clauses interface.
FieldNewValuePool field new scan value pool.
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
UpdateClausesInterface update clauses interface.

# Type aliases

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