package
0.0.0-20250217200315-567792bd6a1e
Repository: https://github.com/igordth/database-simplify.git
Documentation: pkg.go.dev
# Functions
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
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
WDistinct - specify distinct fields that you want querying [docs]: https://gorm.io/docs/query.html#Distinct.
WGroupBy - specify the group method on the find [docs]: https://gorm.io/docs/query.html#Group-By-amp-Having.
WHaving - specify HAVING conditions for GROUP BY [docs]: https://gorm.io/docs/query.html#Group-By-amp-Having.
WJoins - specify Joins conditions [docs]: https://gorm.io/docs/query.html#Joins [docs]: https://gorm.io/docs/query.html#Joins-Preloading.
WLimit - specify the [limit] number of records to be retrieved and skip [offset] before starting [docs]: https://gorm.io/docs/query.html#Limit-amp-Offset.
WOmit - specify fields that you want to ignore when creating, updating and querying [docs]: https://gorm.io/docs/associations.html#Select-x2F-Omit-Association-fields.
WOrder - specify order when retrieving records from database [docs]: https://gorm.io/docs/query.html#Order.
WPreload - preload associations with given conditions [docs]: https://gorm.io/docs/preload.html#Preload.
WSelect - specify fields that you want when querying, creating, updating [docs]: https://gorm.io/docs/query.html#Selecting-Specific-Fields.
WWhere - add where conditions [docs]: https://gorm.io/docs/query.html#Conditions.
# Interfaces
No description provided by the author