# Functions

AddAuthTokenHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
No description provided by the author
No description provided by the author
No description provided by the author
AuthTokenExists checks if the AuthToken row exists.
AuthTokens retrieves all the records using an executor.
FindAuthToken retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with 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.

# Constants

Enum values for TokenType.
Enum values for UserRole.
Enum values for UserRole.
Enum values for UserRole.
Enum values for UserStatus.
Enum values for UserStatus.
Enum values for UserStatus.

# Variables

No description provided by the author
AuthTokenRels 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
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

# Structs

AuthToken is an object representing the database table.
User is an object representing the database table.

# Type aliases

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