# Functions
AddChatUserHook registers your hook function for all future operations.
AddGroupHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
ChatUserExists checks if the ChatUser row exists.
ChatUsers retrieves all the records using an executor.
FindChatUser retrieves a single record by ID with an executor.
FindGroup retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
GroupExists checks if the Group row exists.
Groups retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.
# Variables
No description provided by the author
ChatUserRels 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
GroupRels 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
UserRels is where relationship names are stored.
No description provided by the author
No description provided by the author
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
No description provided by the author