This commit is contained in:
julien 2025-06-19 17:30:31 +02:00
parent e8f5ebb7f5
commit d4b026466b

View File

@ -5,9 +5,10 @@ import (
"app/shelfly/internal/download"
"app/shelfly/internal/models"
"fmt"
"golang.org/x/crypto/bcrypt"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"log"
)
func InitDB() *gorm.DB {