package
0.0.0-20220218115607-914eb61e6026
Repository: https://github.com/hiromaily/go-gin-wrapper.git
Documentation: pkg.go.dev
# Functions
FindTBook retrieves a single record by ID with an executor.
FindTUser retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
TBookExists checks if the TBook row exists.
TBooks retrieves all the records using an executor.
TUserExists checks if the TUser row exists.
TUsers 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
TBookRels is where relationship names are stored.
No description provided by the author
No description provided by the author
TUserRels is where relationship names are stored.
No description provided by the author
# 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