first commit

This commit is contained in:
Matthias Hinrichs
2025-07-05 03:10:41 +02:00
commit 9b7bdcbc53
39 changed files with 5109 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package handler
import (
"gorm.io/gorm"
)
// Global database instance
var DB *gorm.DB