Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + var EqualPredicate = Predicate("=") + var GreaterThanOrEqualPredicate = Predicate(">=") + var GreaterThanPredicate = Predicate(">") + var LikePredicate = Predicate("LIKE") + var NotEqualPredicate = Predicate("<>") + var SmallerThanOrEqualPredicate = Predicate("<=") + var SmallerThanPredicate = Predicate("<") + func DB() *dbRepo + func Init() + type Predicate string + type Repo interface + DbRClose func() error + DbWClose func() error + GetDbR func() *gorm.DB + GetDbW func() *gorm.DB