package
0.30.0
Repository: https://github.com/stephenafamo/bob.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Check if any one of the lists contains all the columns.
No description provided by the author
No description provided by the author
Get the values for non generated columns.
No description provided by the author
No description provided by the author
NewAfterPreloader returns a new AfterPreloader based on the given types.
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

# Structs

AfterPreloader is embedded in a Preloader to chain loading whenever a preloaded object is scanned, it should be collected with the Collect method The loading functions should be added with AppendLoader later, when this object is called like any other [bob.Loader], it calls the appended loaders with the collected objects.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Loader builds a query mod that makes an extra query after the object is retrieved it can be used to prevent N+1 queries by loading relationships in batches.
No description provided by the author
Preloader builds a query mod that modifies the original query to retrieve related fields while it can be used as a queryMod, it does not have any direct effect.
No description provided by the author
No description provided by the author
No description provided by the author