Versions in this module Expand all Collapse all v0 v0.3.0 Aug 13, 2025 v0.2.0 Aug 13, 2025 Changes in this version + func CalculateFileHash(filename string) (string, error) + func CloseDB() error + func FindByFilename(db *sql.DB, filename string) (*models.Game, error) + func FindByHash(db *sql.DB, hash string) (*models.Game, error) + func InitDB(databasePath string) (*sql.DB, error)