package
0.0.0-20241228152709-4101898bb1da
Repository: https://github.com/sasalatart/quizory.git
Documentation: pkg.go.dev

# Functions

AddAnswerHook registers your hook function for all future operations.
AddChoiceHook registers your hook function for all future operations.
AddQuestionHook registers your hook function for all future operations.
AnswerExists checks if the Answer row exists.
Answers retrieves all the records using an executor.
ChoiceExists checks if the Choice row exists.
Choices retrieves all the records using an executor.
FindAnswer retrieves a single record by ID with an executor.
FindChoice retrieves a single record by ID with an executor.
FindQuestion retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
QuestionExists checks if the Question row exists.
Questions retrieves all the records using an executor.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
AnswerRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ChoiceRels 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
QuestionRels 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

# Structs

Answer is an object representing the database table.
Choice is an object representing the database table.
Question is an object representing the database table.
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
No description provided by the author