Versions in this module Expand all Collapse all v0 v0.12.0 Jul 19, 2026 v0.9.0 May 5, 2026 Changes in this version + func ConfigurePool(sqlDB SQLDBPool, driver string) + func NewSearchBackend(driver string) search.Backend + func Open(driver, dsn string) (*gorm.DB, error) + type SQLDBPool interface + SetConnMaxIdleTime func(time.Duration) + SetConnMaxLifetime func(time.Duration) + SetMaxIdleConns func(int) + SetMaxOpenConns func(int)