# Functions
AddCommunityHook registers your hook function for all future operations.
AddGorpMigrationHook registers your hook function for all future operations.
Communities retrieves all the records using an executor.
CommunityExists checks if the Community row exists.
FindCommunity retrieves a single record by ID with an executor.
FindGorpMigration retrieves a single record by ID with an executor.
GorpMigrationExists checks if the GorpMigration row exists.
GorpMigrations retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
CommunityRels is where relationship names are stored.
No description provided by the author
No description provided by the author
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
No description provided by the author
# Structs
Community is an object representing the database table.
GorpMigration is an object representing the database table.
No description provided by the author
# 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.
No description provided by the author