Versions in this module Expand all Collapse all v0 v0.4.0 Dec 19, 2024 Changes in this version + type DB struct + func New(db *gorm.DB, sqlDB *sql.DB, autoMigrate bool) (*DB, error) + func (db *DB) AutoMigrate() (err error) + func (db *DB) Check(w http.ResponseWriter, _ *http.Request) + func (db *DB) Close() error + func (db *DB) WithContext(ctx context.Context) *gorm.DB v0.4.0-rc1 Dec 18, 2024