package
0.0.0-20241102055552-0526fe3317ea
Repository: https://github.com/takekazuomi/sqlboiler01.git
Documentation: pkg.go.dev

# Functions

AddTagHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
AddVideoHook registers your hook function for all future operations.
FindTag retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
FindVideo retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
TagExists checks if the Tag row exists.
Tags retrieves all the records using an executor.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.
VideoExists checks if the Video row exists.
Videos 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
No description provided by the author
TagRels 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
No description provided by the author
No description provided by the author
VideoRels 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

Tag is an object representing the database table.
User is an object representing the database table.
Video 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
No description provided by the author
No description provided by the author
No description provided by the author