Versions in this module Expand all Collapse all v0 v0.0.1 May 1, 2024 Changes in this version + var DatabaseFilePath = os.TempDir() + "/app.db" + type PersistentDatabaseService struct + Handler *gorm.DB + func NewPersistentDatabaseService() (*PersistentDatabaseService, error)