package
1.1.0
Repository: https://github.com/efectn/go-orm-benchmarks.git
Documentation: pkg.go.dev

# Functions

AddModelHook registers your hook function for all future operations.
FindModel retrieves a single record by ID with an executor.
ModelExists checks if the Model row exists.
Models retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
ModelRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Model is an object representing the database table.

# Type aliases

M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author