package
0.0.0-20241104160945-c16a23f82369
Repository: https://github.com/jbpratt/bots.git
Documentation: pkg.go.dev

# Functions

FindQuestion retrieves a single record by ID with an executor.
FindQuestionG retrieves a single record by ID.
FindQuestionSequence retrieves a single record by ID with an executor.
FindQuestionSequenceG retrieves a single record by ID.
FindUser retrieves a single record by ID with an executor.
FindUserG retrieves a single record by ID.
NewQuery initializes a new Query using the passed in QueryMods.
QuestionExists checks if the Question row exists.
QuestionExistsG checks if the Question row exists.
Questions retrieves all the records using an executor.
QuestionSequenceExists checks if the QuestionSequence row exists.
QuestionSequenceExistsG checks if the QuestionSequence row exists.
QuestionSequences retrieves all the records using an executor.
UserExists checks if the User row exists.
UserExistsG 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
QuestionRels is where relationship names are stored.
No description provided by the author
QuestionSequenceRels 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
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

Question is an object representing the database table.
QuestionSequence is an object representing the database table.
User is an object representing the database table.

# Type aliases

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