# Functions
AddJetHook registers your hook function for all future operations.
AddLanguageHook registers your hook function for all future operations.
AddPilotHook registers your hook function for all future operations.
AddSchemaMigrationHook registers your hook function for all future operations.
FindJet retrieves a single record by ID with an executor.
FindLanguage retrieves a single record by ID with an executor.
FindPilot retrieves a single record by ID with an executor.
FindSchemaMigration retrieves a single record by ID with an executor.
JetExists checks if the Jet row exists.
Jets retrieves all the records using an executor.
LanguageExists checks if the Language row exists.
Languages retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PilotExists checks if the Pilot row exists.
Pilots retrieves all the records using an executor.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.
# 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
JetRels is where relationship names are stored.
No description provided by the author
LanguageRels is where relationship names are stored.
No description provided by the author
PilotRels is where relationship names are stored.
No description provided by the author
SchemaMigrationRels is where relationship names are stored.
No description provided by the author
# Structs
Jet is an object representing the database table.
Language is an object representing the database table.
No description provided by the author
Pilot is an object representing the database table.
SchemaMigration 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author