# Functions
AccountExists checks if the Account row exists.
Accounts retrieves all the records using an executor.
AddAccountHook registers your hook function for all future operations.
AddEmailHook registers your hook function for all future operations.
AddWalletHook registers your hook function for all future operations.
EmailExists checks if the Email row exists.
Emails retrieves all the records using an executor.
FindAccount retrieves a single record by ID with an executor.
FindEmail retrieves a single record by ID with an executor.
FindWallet retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
No description provided by the author
No description provided by the author
WalletExists checks if the Wallet row exists.
Wallets retrieves all the records using an executor.
# Variables
No description provided by the author
AccountRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
EmailRels 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
No description provided by the author
WalletRels is where relationship names are stored.
No description provided by the author
No description provided by the author
# Structs
Account is an object representing the database table.
Email is an object representing the database table.
No description provided by the author
Wallet 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