Versions in this module Expand all Collapse all v1 v1.5.1 Mar 31, 2026 Changes in this version + type Option func(db *gorm.DB) *gorm.DB + func InAscOrder(fields ...string) Option + func InDescOrder(fields ...string) Option + func WithFilter(field string, value ...interface{}) Option + func WithPagination(page, pageSize int) Option + func WithSearchQuery(q string, fields ...string) Option