Versions in this module Expand all Collapse all v2 v2.0.1 Sep 4, 2026 Changes in this version + type Sqlite struct + func (m *Sqlite) Check() error + func (m *Sqlite) Close() + func (m *Sqlite) GetConnection() (*gorm.DB, error) + func (m *Sqlite) Init(dbFileName string) + func (m *Sqlite) UseCache() bool