package
0.0.0-20240227133810-622002211649
Repository: https://github.com/koki-algebra/go_server_sample.git
Documentation: pkg.go.dev

# Functions

AddUserHook registers your hook function for all future operations.
FindUser 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
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
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

No description provided by the author
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