Files
portfolio-tracker/internal/handler/base.go
T
Matthias Hinrichs 9b7bdcbc53 first commit
2025-07-05 03:10:41 +02:00

9 lines
89 B
Go

package handler
import (
"gorm.io/gorm"
)
// Global database instance
var DB *gorm.DB