package
0.0.0-20210630092845-ad13cd38ebe6
Repository: https://github.com/chubachipt21/paddle.git
Documentation: pkg.go.dev
# Functions
AddFeedHook registers your hook function for all future operations.
AddInterestHook registers your hook function for all future operations.
AddSchemaMigrationHook registers your hook function for all future operations.
AddSourceHook registers your hook function for all future operations.
AddUpdateHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
FeedExists checks if the Feed row exists.
Feeds retrieves all the records using an executor.
FindFeed retrieves a single record by ID with an executor.
FindInterest retrieves a single record by ID with an executor.
FindSchemaMigration retrieves a single record by ID with an executor.
FindSource retrieves a single record by ID with an executor.
FindUpdate retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
InterestExists checks if the Interest row exists.
Interests retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.
SourceExists checks if the Source row exists.
Sources retrieves all the records using an executor.
UpdateExists checks if the Update row exists.
Updates retrieves all the records using an executor.
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
FeedRels is where relationship names are stored.
No description provided by the author
No description provided by the author
InterestRels is where relationship names are stored.
No description provided by the author
No description provided by the author
SchemaMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
SourceRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateRels is where relationship names are stored.
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
# Structs
Feed is an object representing the database table.
Interest is an object representing the database table.
SchemaMigration is an object representing the database table.
Source is an object representing the database table.
Update is an object representing the database table.
User is an object representing the database table.
# 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
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