Spell Learn Dialog Anzeige funktioniert

This commit is contained in:
2025-08-06 23:05:59 +02:00
parent 8f465f0095
commit 60b95a9a7a
6 changed files with 1105 additions and 8 deletions
+4
View File
@@ -37,6 +37,10 @@ var (
)
func ConnectDatabase() *gorm.DB {
SetupTestDB()
return DB
}
func ConnectDatabaseOrig() *gorm.DB {
dsn := "bamort:bG4)efozrc@tcp(192.168.0.5:3306)/bamort?charset=utf8mb4&parseTime=True&loc=Local"
database, err := gorm.Open(mysql.Open(dsn), &gorm.Config{})
if err != nil {