# Functions
AddPostHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
FindPost 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.
PostExists checks if the Post row exists.
Posts retrieves all the records using an executor.
UserExists checks if the User row exists.
Users 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
PostRels is where relationship names are stored.
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