# Functions
AddGorpMigrationHook registers your hook function for all future operations.
AddHeaderHook registers your hook function for all future operations.
FindGorpMigration retrieves a single record by ID with an executor.
FindHeader retrieves a single record by ID with an executor.
GorpMigrationExists checks if the GorpMigration row exists.
GorpMigrations retrieves all the records using an executor.
HeaderExists checks if the Header row exists.
Headers 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
GorpMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
HeaderRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
GorpMigration is an object representing the database table.
Header is an object representing the database table.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.