Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2025 v1.0.0 Dec 18, 2025 Changes in this version + func RegisterPlugin(db *gorm.DB) (err error) + type CTE interface + GetAlias func() string + GetExpression func() clause.Expression + type With struct + CTE []CTE + func (x *With) Build(builder clause.Builder) + func (x *With) MergeClause(cls *clause.Clause) + func (x *With) Name() string