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