Versions in this module Expand all Collapse all v0 v0.0.1 Jul 8, 2025 Changes in this version + type Database interface + AutoMigrate func() error + Database func() *gorm.DB + func NewDatabase(db *gorm.DB) Database + type MyDb struct + func (m *MyDb) AutoMigrate() error + func (m *MyDb) Database() *gorm.DB